Html Css Color HEX #D42015 Harley Davidson Orange

📋 copy color: '#D42015'

red 212 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #D42015

Tints of Harley Davidson Orange #D42015

RGB

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

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

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

R = 80%
G = 12.08%
B = 7.92%

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

#D42015 (or 0xD42015) is known color: Harley Davidson Orange. HEX triplet: D4, 20 and 15. RGB value is (212,32,21). Sum of RGB (Red+Green+Blue) = 212+32+21=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D42015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42015 is #2BDFEA. Grayscale: #545454. Windows color (decimal): -2875371 or 1384660. OLE color: 1384660.

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

Color convert

RGB 212 32 21 -
CMYK 0 0.85 0.90 0.17
HSL 3.46º 0.82% 0.46% -
HSV(B) 3.46º 0.9% 0.83% -
XYZ 27.8 15.08 2.16 -
YUV 84.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 212 32 21 0 0.85 0.90 0.17 3.46 0.82 0.46
Hex D4 20 15 0 55 5A 11 3 52 2E
Octal 324 40 25 0 125 132 21 3 122 56
Binary 11010100 100000 10101 0 1010101 1011010 10001 11 1010010 101110

Color Harmonies of #D42015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42015

Black with #D42015

Text Example


Text Example

White with #D42015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42015; }

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

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

background-color css

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

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

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

border-color css

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

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

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