#d7231c

Color #D7231C Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D7231C

Tints of Harley Davidson Orange #D7231C

Color information

#D7231C (or 0xD7231C) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 23 and 1C. RGB value is (215,35,28). Sum of RGB (Red+Green+Blue) = 215+35+28=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7231C is #28DCE3. Grayscale: #585858. Windows color (decimal): -2677988 or 1844183. OLE color: 1844183.

HSL color Cylindrical-coordinate representation of color #D7231C: hue angle of 2.25º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7231C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB2153528-
CMYK00.840.870.16
HSL2.25º76.95%47.65%-
HSV(B)2.25º86.98%84.31%-
XYZ28.8315.732.62-
YUV88.0294.13218.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 77.34%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 28 (11.33% from 255) = 10.07%
R=77.34%
G=12.59%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215352800.840.870.162.2576.9547.65
HexD7231C054571024d30
Octal3274334012412720211560
Binary110101111000111110001010100101011110000101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7231c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7231c; }

 p { color: rgb(215,35,28); }

 H1.HeaderClassName
 {
   color: #d7231c;
 }
 .AnyTagClassName
 {
   color: #d7231c;
 }
</style>
background-color css

<style>
 a { background-color: #d7231c; }

 a { background-color: rgb(215,35,28); }

 div.DivClassName
 {
   background-color: #d7231c;
 }
 .BgClassName
 {
   background-color: #d7231c;
 }
</style>
border-color css

<style>
 span { border-color: #d7231c; }

 span { border-color: rgb(215,35,28); }

 td.TdClassName
 {
   border-color: #d7231c;
 }
 .TagClassName
 {
   border-color: #d7231c;
 }
</style>