Html Css Color HEX #D42906 Harley Davidson Orange

📋 copy color: '#D42906'

red 212 ◦ green 41 ◦ blue 6

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

Shades of Harley Davidson Orange #D42906

Tints of Harley Davidson Orange #D42906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

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

R = 81.85%
G = 15.83%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D42906 (or 0xD42906) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 06. RGB value is (212,41,6). Sum of RGB (Red+Green+Blue) = 212+41+6=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D42906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42906 is #2BD6F9. Grayscale: #585858. Windows color (decimal): -2873082 or 403924. OLE color: 403924.

HSL color Cylindrical-coordinate representation of color #D42906: hue angle of 10.19º 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 #D42906 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 41 6 -
CMYK 0 0.81 0.97 0.17
HSL 10.19º 0.94% 0.43% -
HSV(B) 10.19º 0.97% 0.83% -
XYZ 27.98 15.6 1.71 -
YUV 88.14 81.65 216.35 -
System Red Green Blue C M Y K H S L
Decimal 212 41 6 0 0.81 0.97 0.17 10.19 0.94 0.43
Hex D4 29 6 0 51 61 11 A 5E 2B
Octal 324 51 6 0 121 141 21 12 136 53
Binary 11010100 101001 110 0 1010001 1100001 10001 1010 1011110 101011

Color Harmonies of #D42906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42906

Black with #D42906

Text Example


Text Example

White with #D42906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42906; }

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

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

background-color css

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

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

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

border-color css

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

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

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