Html Css Color HEX #D22319 Harley Davidson Orange

📋 copy color: '#D22319'

red 210 ◦ green 35 ◦ blue 25

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

Shades of Harley Davidson Orange #D22319

Tints of Harley Davidson Orange #D22319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 77.78%
G = 12.96%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D22319 (or 0xD22319) is known color: Harley Davidson Orange. HEX triplet: D2, 23 and 19. RGB value is (210,35,25). Sum of RGB (Red+Green+Blue) = 210+35+25=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D22319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22319 is #2DDCE6. Grayscale: #565656. Windows color (decimal): -3005671 or 1647570. OLE color: 1647570.

HSL color Cylindrical-coordinate representation of color #D22319: hue angle of 3.24º 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 #D22319 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 25 -
CMYK 0 0.83 0.88 0.18
HSL 3.24º 0.79% 0.46% -
HSV(B) 3.24º 0.88% 0.82% -
XYZ 27.35 14.97 2.37 -
YUV 86.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 210 35 25 0 0.83 0.88 0.18 3.24 0.79 0.46
Hex D2 23 19 0 53 58 12 3 4F 2E
Octal 322 43 31 0 123 130 22 3 117 56
Binary 11010010 100011 11001 0 1010011 1011000 10010 11 1001111 101110

Color Harmonies of #D22319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22319

Black with #D22319

Text Example


Text Example

White with #D22319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22319; }

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

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

background-color css

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

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

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

border-color css

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

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

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