Html Css Color HEX #D22213 Harley Davidson Orange

📋 copy color: '#D22213'

red 210 ◦ green 34 ◦ blue 19

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

Shades of Harley Davidson Orange #D22213

Tints of Harley Davidson Orange #D22213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

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

R = 79.85%
G = 12.93%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D22213 (or 0xD22213) is known color: Harley Davidson Orange. HEX triplet: D2, 22 and 13. RGB value is (210,34,19). Sum of RGB (Red+Green+Blue) = 210+34+19=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D22213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22213 is #2DDDEC. Grayscale: #555555. Windows color (decimal): -3005933 or 1254098. OLE color: 1254098.

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

Color convert

RGB 210 34 19 -
CMYK 0 0.84 0.91 0.18
HSL 4.71º 0.83% 0.45% -
HSV(B) 4.71º 0.91% 0.82% -
XYZ 27.27 14.89 2.05 -
YUV 84.91 90.81 217.22 -
System Red Green Blue C M Y K H S L
Decimal 210 34 19 0 0.84 0.91 0.18 4.71 0.83 0.45
Hex D2 22 13 0 54 5B 12 5 53 2D
Octal 322 42 23 0 124 133 22 5 123 55
Binary 11010010 100010 10011 0 1010100 1011011 10010 101 1010011 101101

Color Harmonies of #D22213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22213

Black with #D22213

Text Example


Text Example

White with #D22213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22213; }

 p { color: rgb(210,34,19); }

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

background-color css

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

 a { background-color: rgb(210,34,19); }

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

border-color css

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

 span { border-color: rgb(210,34,19); }

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