Html Css Color HEX #D42A06 Harley Davidson Orange

📋 copy color: '#D42A06'

red 212 ◦ green 42 ◦ blue 6

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

Shades of Harley Davidson Orange #D42A06

Tints of Harley Davidson Orange #D42A06

RGB

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

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

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

R = 81.54%
G = 16.15%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D42A06 (or 0xD42A06) is known color: Harley Davidson Orange. HEX triplet: D4, 2A and 06. RGB value is (212,42,6). Sum of RGB (Red+Green+Blue) = 212+42+6=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42A06 is #2BD5F9. Grayscale: #595959. Windows color (decimal): -2872826 or 404180. OLE color: 404180.

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

Color convert

RGB 212 42 6 -
CMYK 0 0.80 0.97 0.17
HSL 10.49º 0.94% 0.43% -
HSV(B) 10.49º 0.97% 0.83% -
XYZ 28.01 15.67 1.72 -
YUV 88.73 81.32 215.93 -
System Red Green Blue C M Y K H S L
Decimal 212 42 6 0 0.80 0.97 0.17 10.49 0.94 0.43
Hex D4 2A 6 0 50 61 11 A 5E 2B
Octal 324 52 6 0 120 141 21 12 136 53
Binary 11010100 101010 110 0 1010000 1100001 10001 1010 1011110 101011

Color Harmonies of #D42A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42A06

Black with #D42A06

Text Example


Text Example

White with #D42A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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