Html Css Color HEX #D14212 Harley Davidson Orange

📋 copy color: '#D14212'

red 209 ◦ green 66 ◦ blue 18

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

Shades of Harley Davidson Orange #D14212

Tints of Harley Davidson Orange #D14212

RGB

 RED value IS 209 (82.03% from 255) = 71.33%

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

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

R = 71.33%
G = 22.53%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14212 (or 0xD14212) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 12. RGB value is (209,66,18). Sum of RGB (Red+Green+Blue) = 209+66+18=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D14212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14212 is #2EBDED. Grayscale: #676767. Windows color (decimal): -3063278 or 1196753. OLE color: 1196753.

HSL color Cylindrical-coordinate representation of color #D14212: hue angle of 15.08º 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 #D14212 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 18 -
CMYK 0 0.68 0.91 0.18
HSL 15.08º 0.84% 0.45% -
HSV(B) 15.08º 0.91% 0.82% -
XYZ 28.35 17.5 2.45 -
YUV 103.29 79.88 203.4 -
System Red Green Blue C M Y K H S L
Decimal 209 66 18 0 0.68 0.91 0.18 15.08 0.84 0.45
Hex D1 42 12 0 44 5B 12 F 54 2D
Octal 321 102 22 0 104 133 22 17 124 55
Binary 11010001 1000010 10010 0 1000100 1011011 10010 1111 1010100 101101

Color Harmonies of #D14212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14212

Black with #D14212

Text Example


Text Example

White with #D14212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14212; }

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

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

background-color css

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

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

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

border-color css

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

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

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