Html Css Color HEX #D62012 Harley Davidson Orange

📋 copy color: '#D62012'

red 214 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #D62012

Tints of Harley Davidson Orange #D62012

RGB

 RED value IS 214 (83.98% from 255) = 81.06%

 GREEN value IS 32 (12.89% from 255) = 12.12%

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

R = 81.06%
G = 12.12%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D62012 (or 0xD62012) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 12. RGB value is (214,32,18). Sum of RGB (Red+Green+Blue) = 214+32+18=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D62012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62012 is #29DFED. Grayscale: #555555. Windows color (decimal): -2744302 or 1188054. OLE color: 1188054.

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

Color convert

RGB 214 32 18 -
CMYK 0 0.85 0.92 0.16
HSL 4.29º 0.84% 0.45% -
HSV(B) 4.29º 0.92% 0.84% -
XYZ 28.36 15.37 2.04 -
YUV 84.82 90.3 220.14 -
System Red Green Blue C M Y K H S L
Decimal 214 32 18 0 0.85 0.92 0.16 4.29 0.84 0.45
Hex D6 20 12 0 55 5C 10 4 54 2D
Octal 326 40 22 0 125 134 20 4 124 55
Binary 11010110 100000 10010 0 1010101 1011100 10000 100 1010100 101101

Color Harmonies of #D62012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62012

Black with #D62012

Text Example


Text Example

White with #D62012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62012; }

 p { color: rgb(214,32,18); }

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

background-color css

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

 a { background-color: rgb(214,32,18); }

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

border-color css

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

 span { border-color: rgb(214,32,18); }

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