Html Css Color HEX #D42716 Harley Davidson Orange

📋 copy color: '#D42716'

red 212 ◦ green 39 ◦ blue 22

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

Shades of Harley Davidson Orange #D42716

Tints of Harley Davidson Orange #D42716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

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

R = 77.66%
G = 14.29%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D42716 (or 0xD42716) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 16. RGB value is (212,39,22). Sum of RGB (Red+Green+Blue) = 212+39+22=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D42716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42716 is #2BD8E9. Grayscale: #595959. Windows color (decimal): -2873578 or 1451988. OLE color: 1451988.

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

Color convert

RGB 212 39 22 -
CMYK 0 0.82 0.90 0.17
HSL 5.37º 0.81% 0.46% -
HSV(B) 5.37º 0.9% 0.83% -
XYZ 28.02 15.51 2.28 -
YUV 88.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 212 39 22 0 0.82 0.90 0.17 5.37 0.81 0.46
Hex D4 27 16 0 52 5A 11 5 51 2E
Octal 324 47 26 0 122 132 21 5 121 56
Binary 11010100 100111 10110 0 1010010 1011010 10001 101 1010001 101110

Color Harmonies of #D42716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42716

Black with #D42716

Text Example


Text Example

White with #D42716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42716; }

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

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

background-color css

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

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

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

border-color css

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

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

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