Html Css Color HEX #D44020 Harley Davidson Orange

📋 copy color: '#D44020'

red 212 ◦ green 64 ◦ blue 32

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

Shades of Harley Davidson Orange #D44020

Tints of Harley Davidson Orange #D44020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 68.83%
G = 20.78%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D44020 (or 0xD44020) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 20. RGB value is (212,64,32). Sum of RGB (Red+Green+Blue) = 212+64+32=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D44020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44020 is #2BBFDF. Grayscale: #686868. Windows color (decimal): -2867168 or 2113748. OLE color: 2113748.

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

Color convert

RGB 212 64 32 -
CMYK 0 0.70 0.85 0.17
HSL 10.67º 0.74% 0.48% -
HSV(B) 10.67º 0.85% 0.83% -
XYZ 29.25 17.77 3.25 -
YUV 104.6 87.03 204.6 -
System Red Green Blue C M Y K H S L
Decimal 212 64 32 0 0.70 0.85 0.17 10.67 0.74 0.48
Hex D4 40 20 0 46 55 11 B 4A 30
Octal 324 100 40 0 106 125 21 13 112 60
Binary 11010100 1000000 100000 0 1000110 1010101 10001 1011 1001010 110000

Color Harmonies of #D44020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44020

Black with #D44020

Text Example


Text Example

White with #D44020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44020; }

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

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

background-color css

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

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

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

border-color css

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

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

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