Html Css Color HEX #D44219 Harley Davidson Orange

📋 copy color: '#D44219'

red 212 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #D44219

Tints of Harley Davidson Orange #D44219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

 BLUE value IS 25 (10.16% from 255) = 8.25%

R = 69.97%
G = 21.78%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D44219 (or 0xD44219) is known color: Harley Davidson Orange. HEX triplet: D4, 42 and 19. RGB value is (212,66,25). Sum of RGB (Red+Green+Blue) = 212+66+25=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D44219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44219 is #2BBDE6. Grayscale: #696969. Windows color (decimal): -2866663 or 1655508. OLE color: 1655508.

HSL color Cylindrical-coordinate representation of color #D44219: hue angle of 13.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D44219 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 66 25 -
CMYK 0 0.69 0.88 0.17
HSL 13.16º 0.79% 0.46% -
HSV(B) 13.16º 0.88% 0.83% -
XYZ 29.28 17.96 2.84 -
YUV 104.98 82.87 204.33 -
System Red Green Blue C M Y K H S L
Decimal 212 66 25 0 0.69 0.88 0.17 13.16 0.79 0.46
Hex D4 42 19 0 45 58 11 D 4F 2E
Octal 324 102 31 0 105 130 21 15 117 56
Binary 11010100 1000010 11001 0 1000101 1011000 10001 1101 1001111 101110

Color Harmonies of #D44219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44219

Black with #D44219

Text Example


Text Example

White with #D44219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44219; }

 p { color: rgb(212,66,25); }

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

background-color css

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

 a { background-color: rgb(212,66,25); }

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

border-color css

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

 span { border-color: rgb(212,66,25); }

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