Html Css Color HEX #D42115 Harley Davidson Orange

📋 copy color: '#D42115'

red 212 ◦ green 33 ◦ blue 21

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

Shades of Harley Davidson Orange #D42115

Tints of Harley Davidson Orange #D42115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

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

R = 79.7%
G = 12.41%
B = 7.89%

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

#D42115 (or 0xD42115) is known color: Harley Davidson Orange. HEX triplet: D4, 21 and 15. RGB value is (212,33,21). Sum of RGB (Red+Green+Blue) = 212+33+21=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D42115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42115 is #2BDEEA. Grayscale: #555555. Windows color (decimal): -2875115 or 1384916. OLE color: 1384916.

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

Color convert

RGB 212 33 21 -
CMYK 0 0.84 0.90 0.17
HSL 3.77º 0.82% 0.46% -
HSV(B) 3.77º 0.9% 0.83% -
XYZ 27.83 15.14 2.16 -
YUV 85.15 91.8 218.48 -
System Red Green Blue C M Y K H S L
Decimal 212 33 21 0 0.84 0.90 0.17 3.77 0.82 0.46
Hex D4 21 15 0 54 5A 11 4 52 2E
Octal 324 41 25 0 124 132 21 4 122 56
Binary 11010100 100001 10101 0 1010100 1011010 10001 100 1010010 101110

Color Harmonies of #D42115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42115

Black with #D42115

Text Example


Text Example

White with #D42115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42115; }

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

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

background-color css

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

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

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

border-color css

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

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

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