Html Css Color HEX #D41D06 Harley Davidson Orange

📋 copy color: '#D41D06'

red 212 ◦ green 29 ◦ blue 6

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

Shades of Harley Davidson Orange #D41D06

Tints of Harley Davidson Orange #D41D06

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

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

R = 85.83%
G = 11.74%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D41D06 (or 0xD41D06) is known color: Harley Davidson Orange. HEX triplet: D4, 1D and 06. RGB value is (212,29,6). Sum of RGB (Red+Green+Blue) = 212+29+6=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41D06 is #2BE2F9. Grayscale: #515151. Windows color (decimal): -2876154 or 400852. OLE color: 400852.

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

Color convert

RGB 212 29 6 -
CMYK 0 0.86 0.97 0.17
HSL 6.7º 0.94% 0.43% -
HSV(B) 6.7º 0.97% 0.83% -
XYZ 27.62 14.89 1.59 -
YUV 81.1 85.63 221.37 -
System Red Green Blue C M Y K H S L
Decimal 212 29 6 0 0.86 0.97 0.17 6.7 0.94 0.43
Hex D4 1D 6 0 56 61 11 7 5E 2B
Octal 324 35 6 0 126 141 21 7 136 53
Binary 11010100 11101 110 0 1010110 1100001 10001 111 1011110 101011

Color Harmonies of #D41D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41D06

Black with #D41D06

Text Example


Text Example

White with #D41D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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