Html Css Color HEX #D22013 Harley Davidson Orange

📋 copy color: '#D22013'

red 210 ◦ green 32 ◦ blue 19

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

Shades of Harley Davidson Orange #D22013

Tints of Harley Davidson Orange #D22013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

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

R = 80.46%
G = 12.26%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D22013 (or 0xD22013) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 13. RGB value is (210,32,19). Sum of RGB (Red+Green+Blue) = 210+32+19=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D22013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22013 is #2DDFEC. Grayscale: #535353. Windows color (decimal): -3006445 or 1253586. OLE color: 1253586.

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

Color convert

RGB 210 32 19 -
CMYK 0 0.85 0.91 0.18
HSL 4.08º 0.83% 0.45% -
HSV(B) 4.08º 0.91% 0.82% -
XYZ 27.21 14.78 2.03 -
YUV 83.74 91.47 218.06 -
System Red Green Blue C M Y K H S L
Decimal 210 32 19 0 0.85 0.91 0.18 4.08 0.83 0.45
Hex D2 20 13 0 55 5B 12 4 53 2D
Octal 322 40 23 0 125 133 22 4 123 55
Binary 11010010 100000 10011 0 1010101 1011011 10010 100 1010011 101101

Color Harmonies of #D22013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22013

Black with #D22013

Text Example


Text Example

White with #D22013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22013; }

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

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

background-color css

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

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

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

border-color css

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

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

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