Html Css Color HEX #D42A0C Harley Davidson Orange

📋 copy color: '#D42A0C'

red 212 ◦ green 42 ◦ blue 12

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

Shades of Harley Davidson Orange #D42A0C

Tints of Harley Davidson Orange #D42A0C

RGB

 RED value IS 212 (83.2% from 255) = 79.7%

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 79.7%
G = 15.79%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D42A0C (or 0xD42A0C) is known color: Harley Davidson Orange. HEX triplet: D4, 2A and 0C. RGB value is (212,42,12). Sum of RGB (Red+Green+Blue) = 212+42+12=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42A0C is #2BD5F3. Grayscale: #595959. Windows color (decimal): -2872820 or 797396. OLE color: 797396.

HSL color Cylindrical-coordinate representation of color #D42A0C: hue angle of 9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D42A0C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 42 12 -
CMYK 0 0.80 0.94 0.17
HSL 0.89% 0.44% -
HSV(B) 0.94% 0.83% -
XYZ 28.05 15.68 1.9 -
YUV 89.41 84.32 215.44 -
System Red Green Blue C M Y K H S L
Decimal 212 42 12 0 0.80 0.94 0.17 9 0.89 0.44
Hex D4 2A C 0 50 5E 11 9 59 2C
Octal 324 52 14 0 120 136 21 11 131 54
Binary 11010100 101010 1100 0 1010000 1011110 10001 1001 1011001 101100

Color Harmonies of #D42A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42A0C

Black with #D42A0C

Text Example


Text Example

White with #D42A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42A0C; }

 p { color: rgb(212,42,12); }

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

background-color css

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

 a { background-color: rgb(212,42,12); }

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

border-color css

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

 span { border-color: rgb(212,42,12); }

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