Html Css Color HEX #D23009 Harley Davidson Orange

📋 copy color: '#D23009'

red 210 ◦ green 48 ◦ blue 9

#D23009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D23009

Tints of Harley Davidson Orange #D23009

RGB

 RED value IS 210 (82.42% from 255) = 78.65%

 GREEN value IS 48 (19.14% from 255) = 17.98%

 BLUE value IS 9 (3.91% from 255) = 3.37%

R = 78.65%
G = 17.98%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D23009 (or 0xD23009) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 09. RGB value is (210,48,9). Sum of RGB (Red+Green+Blue) = 210+48+9=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D23009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23009 is #2DCFF6. Grayscale: #5C5C5C. Windows color (decimal): -3002359 or 602322. OLE color: 602322.

HSL color Cylindrical-coordinate representation of color #D23009: hue angle of 11.64º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D23009 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 9 -
CMYK 0 0.77 0.96 0.18
HSL 11.64º 0.92% 0.43% -
HSV(B) 11.64º 0.96% 0.82% -
XYZ 27.68 15.84 1.86 -
YUV 91.99 81.17 212.17 -
System Red Green Blue C M Y K H S L
Decimal 210 48 9 0 0.77 0.96 0.18 11.64 0.92 0.43
Hex D2 30 9 0 4D 60 12 C 5C 2B
Octal 322 60 11 0 115 140 22 14 134 53
Binary 11010010 110000 1001 0 1001101 1100000 10010 1100 1011100 101011

Color Harmonies of #D23009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23009

Black with #D23009

Text Example


Text Example

White with #D23009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23009; }

 p { color: rgb(210,48,9); }

 H1.HeaderClassName
 {
   color: #D23009;
 }
 .AnyTagClassName
 {
   color: #D23009;
 }
</style>

background-color css

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

 a { background-color: rgb(210,48,9); }

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

border-color css

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

 span { border-color: rgb(210,48,9); }

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