Html Css Color HEX #D42406 Harley Davidson Orange

📋 copy color: '#D42406'

red 212 ◦ green 36 ◦ blue 6

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

Shades of Harley Davidson Orange #D42406

Tints of Harley Davidson Orange #D42406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 83.46%
G = 14.17%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D42406 (or 0xD42406) is known color: Harley Davidson Orange. HEX triplet: D4, 24 and 06. RGB value is (212,36,6). Sum of RGB (Red+Green+Blue) = 212+36+6=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D42406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42406 is #2BDBF9. Grayscale: #555555. Windows color (decimal): -2874362 or 402644. OLE color: 402644.

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

Color convert

RGB 212 36 6 -
CMYK 0 0.83 0.97 0.17
HSL 8.74º 0.94% 0.43% -
HSV(B) 8.74º 0.97% 0.83% -
XYZ 27.82 15.27 1.65 -
YUV 85.2 83.31 218.44 -
System Red Green Blue C M Y K H S L
Decimal 212 36 6 0 0.83 0.97 0.17 8.74 0.94 0.43
Hex D4 24 6 0 53 61 11 9 5E 2B
Octal 324 44 6 0 123 141 21 11 136 53
Binary 11010100 100100 110 0 1010011 1100001 10001 1001 1011110 101011

Color Harmonies of #D42406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42406

Black with #D42406

Text Example


Text Example

White with #D42406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42406; }

 p { color: rgb(212,36,6); }

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

background-color css

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

 a { background-color: rgb(212,36,6); }

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

border-color css

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

 span { border-color: rgb(212,36,6); }

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