Html Css Color HEX #D24212 Harley Davidson Orange

📋 copy color: '#D24212'

red 210 ◦ green 66 ◦ blue 18

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

Shades of Harley Davidson Orange #D24212

Tints of Harley Davidson Orange #D24212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 71.43%
G = 22.45%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D24212 (or 0xD24212) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 12. RGB value is (210,66,18). Sum of RGB (Red+Green+Blue) = 210+66+18=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D24212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24212 is #2DBDED. Grayscale: #676767. Windows color (decimal): -2997742 or 1196754. OLE color: 1196754.

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

Color convert

RGB 210 66 18 -
CMYK 0 0.69 0.91 0.18
HSL 15º 0.84% 0.45% -
HSV(B) 15º 0.91% 0.82% -
XYZ 28.64 17.64 2.47 -
YUV 103.58 79.71 203.9 -
System Red Green Blue C M Y K H S L
Decimal 210 66 18 0 0.69 0.91 0.18 15 0.84 0.45
Hex D2 42 12 0 45 5B 12 F 54 2D
Octal 322 102 22 0 105 133 22 17 124 55
Binary 11010010 1000010 10010 0 1000101 1011011 10010 1111 1010100 101101

Color Harmonies of #D24212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24212

Black with #D24212

Text Example


Text Example

White with #D24212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24212; }

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

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

background-color css

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

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

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

border-color css

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

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

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