Html Css Color HEX #D42215 Harley Davidson Orange

📋 copy color: '#D42215'

red 212 ◦ green 34 ◦ blue 21

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

Shades of Harley Davidson Orange #D42215

Tints of Harley Davidson Orange #D42215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 79.4%
G = 12.73%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D42215 (or 0xD42215) is known color: Harley Davidson Orange. HEX triplet: D4, 22 and 15. RGB value is (212,34,21). Sum of RGB (Red+Green+Blue) = 212+34+21=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D42215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42215 is #2BDDEA. Grayscale: #555555. Windows color (decimal): -2874859 or 1385172. OLE color: 1385172.

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

Color convert

RGB 212 34 21 -
CMYK 0 0.84 0.90 0.17
HSL 4.08º 0.82% 0.46% -
HSV(B) 4.08º 0.9% 0.83% -
XYZ 27.86 15.2 2.17 -
YUV 85.74 91.47 218.06 -
System Red Green Blue C M Y K H S L
Decimal 212 34 21 0 0.84 0.90 0.17 4.08 0.82 0.46
Hex D4 22 15 0 54 5A 11 4 52 2E
Octal 324 42 25 0 124 132 21 4 122 56
Binary 11010100 100010 10101 0 1010100 1011010 10001 100 1010010 101110

Color Harmonies of #D42215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42215

Black with #D42215

Text Example


Text Example

White with #D42215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42215; }

 p { color: rgb(212,34,21); }

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

background-color css

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

 a { background-color: rgb(212,34,21); }

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

border-color css

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

 span { border-color: rgb(212,34,21); }

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