Html Css Color HEX #D42016 Harley Davidson Orange

📋 copy color: '#D42016'

red 212 ◦ green 32 ◦ blue 22

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

Shades of Harley Davidson Orange #D42016

Tints of Harley Davidson Orange #D42016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 79.7%
G = 12.03%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D42016 (or 0xD42016) is known color: Harley Davidson Orange. HEX triplet: D4, 20 and 16. RGB value is (212,32,22). Sum of RGB (Red+Green+Blue) = 212+32+22=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D42016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42016 is #2BDFE9. Grayscale: #545454. Windows color (decimal): -2875370 or 1450196. OLE color: 1450196.

HSL color Cylindrical-coordinate representation of color #D42016: hue angle of 3.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D42016 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 22 -
CMYK 0 0.85 0.90 0.17
HSL 3.16º 0.81% 0.46% -
HSV(B) 3.16º 0.9% 0.83% -
XYZ 27.81 15.09 2.21 -
YUV 84.68 92.63 218.81 -
System Red Green Blue C M Y K H S L
Decimal 212 32 22 0 0.85 0.90 0.17 3.16 0.81 0.46
Hex D4 20 16 0 55 5A 11 3 51 2E
Octal 324 40 26 0 125 132 21 3 121 56
Binary 11010100 100000 10110 0 1010101 1011010 10001 11 1010001 101110

Color Harmonies of #D42016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42016

Black with #D42016

Text Example


Text Example

White with #D42016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42016; }

 p { color: rgb(212,32,22); }

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

background-color css

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

 a { background-color: rgb(212,32,22); }

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

border-color css

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

 span { border-color: rgb(212,32,22); }

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