Html Css Color HEX #D42606 Harley Davidson Orange

📋 copy color: '#D42606'

red 212 ◦ green 38 ◦ blue 6

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

Shades of Harley Davidson Orange #D42606

Tints of Harley Davidson Orange #D42606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 82.81%
G = 14.84%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D42606 (or 0xD42606) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 06. RGB value is (212,38,6). Sum of RGB (Red+Green+Blue) = 212+38+6=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D42606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42606 is #2BD9F9. Grayscale: #565656. Windows color (decimal): -2873850 or 403156. OLE color: 403156.

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

Color convert

RGB 212 38 6 -
CMYK 0 0.82 0.97 0.17
HSL 9.32º 0.94% 0.43% -
HSV(B) 9.32º 0.97% 0.83% -
XYZ 27.88 15.4 1.67 -
YUV 86.38 82.65 217.6 -
System Red Green Blue C M Y K H S L
Decimal 212 38 6 0 0.82 0.97 0.17 9.32 0.94 0.43
Hex D4 26 6 0 52 61 11 9 5E 2B
Octal 324 46 6 0 122 141 21 11 136 53
Binary 11010100 100110 110 0 1010010 1100001 10001 1001 1011110 101011

Color Harmonies of #D42606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42606

Black with #D42606

Text Example


Text Example

White with #D42606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42606; }

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

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

background-color css

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

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

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

border-color css

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

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

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