Html Css Color HEX #D42013 Harley Davidson Orange

📋 copy color: '#D42013'

red 212 ◦ green 32 ◦ blue 19

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

Shades of Harley Davidson Orange #D42013

Tints of Harley Davidson Orange #D42013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 80.61%
G = 12.17%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D42013 (or 0xD42013) is known color: Harley Davidson Orange. HEX triplet: D4, 20 and 13. RGB value is (212,32,19). Sum of RGB (Red+Green+Blue) = 212+32+19=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D42013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42013 is #2BDFEC. Grayscale: #545454. Windows color (decimal): -2875373 or 1253588. OLE color: 1253588.

HSL color Cylindrical-coordinate representation of color #D42013: hue angle of 4.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D42013 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 19 -
CMYK 0 0.85 0.91 0.17
HSL 4.04º 0.84% 0.45% -
HSV(B) 4.04º 0.91% 0.83% -
XYZ 27.79 15.08 2.06 -
YUV 84.34 91.13 219.06 -
System Red Green Blue C M Y K H S L
Decimal 212 32 19 0 0.85 0.91 0.17 4.04 0.84 0.45
Hex D4 20 13 0 55 5B 11 4 54 2D
Octal 324 40 23 0 125 133 21 4 124 55
Binary 11010100 100000 10011 0 1010101 1011011 10001 100 1010100 101101

Color Harmonies of #D42013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42013

Black with #D42013

Text Example


Text Example

White with #D42013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42013; }

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

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

background-color css

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

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

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

border-color css

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

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

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