Html Css Color HEX #D24219 Harley Davidson Orange

📋 copy color: '#D24219'

red 210 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #D24219

Tints of Harley Davidson Orange #D24219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

 BLUE value IS 25 (10.16% from 255) = 8.31%

R = 69.77%
G = 21.93%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D24219 (or 0xD24219) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 19. RGB value is (210,66,25). Sum of RGB (Red+Green+Blue) = 210+66+25=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D24219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24219 is #2DBDE6. Grayscale: #686868. Windows color (decimal): -2997735 or 1655506. OLE color: 1655506.

HSL color Cylindrical-coordinate representation of color #D24219: hue angle of 13.3º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D24219 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 25 -
CMYK 0 0.69 0.88 0.18
HSL 13.3º 0.79% 0.46% -
HSV(B) 13.3º 0.88% 0.82% -
XYZ 28.7 17.67 2.82 -
YUV 104.38 83.21 203.33 -
System Red Green Blue C M Y K H S L
Decimal 210 66 25 0 0.69 0.88 0.18 13.3 0.79 0.46
Hex D2 42 19 0 45 58 12 D 4F 2E
Octal 322 102 31 0 105 130 22 15 117 56
Binary 11010010 1000010 11001 0 1000101 1011000 10010 1101 1001111 101110

Color Harmonies of #D24219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24219

Black with #D24219

Text Example


Text Example

White with #D24219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24219; }

 p { color: rgb(210,66,25); }

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

background-color css

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

 a { background-color: rgb(210,66,25); }

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

border-color css

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

 span { border-color: rgb(210,66,25); }

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