Html Css Color HEX #D22119 Harley Davidson Orange

📋 copy color: '#D22119'

red 210 ◦ green 33 ◦ blue 25

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

Shades of Harley Davidson Orange #D22119

Tints of Harley Davidson Orange #D22119

RGB

 RED value IS 210 (82.42% from 255) = 78.36%

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

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

R = 78.36%
G = 12.31%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D22119 (or 0xD22119) is known color: Harley Davidson Orange. HEX triplet: D2, 21 and 19. RGB value is (210,33,25). Sum of RGB (Red+Green+Blue) = 210+33+25=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D22119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22119 is #2DDEE6. Grayscale: #555555. Windows color (decimal): -3006183 or 1647058. OLE color: 1647058.

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

Color convert

RGB 210 33 25 -
CMYK 0 0.84 0.88 0.18
HSL 2.59º 0.79% 0.46% -
HSV(B) 2.59º 0.88% 0.82% -
XYZ 27.3 14.86 2.35 -
YUV 85.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 210 33 25 0 0.84 0.88 0.18 2.59 0.79 0.46
Hex D2 21 19 0 54 58 12 3 4F 2E
Octal 322 41 31 0 124 130 22 3 117 56
Binary 11010010 100001 11001 0 1010100 1011000 10010 11 1001111 101110

Color Harmonies of #D22119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22119

Black with #D22119

Text Example


Text Example

White with #D22119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22119; }

 p { color: rgb(210,33,25); }

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

background-color css

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

 a { background-color: rgb(210,33,25); }

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

border-color css

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

 span { border-color: rgb(210,33,25); }

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