Html Css Color HEX #D21816 Harley Davidson Orange

📋 copy color: '#D21816'

red 210 ◦ green 24 ◦ blue 22

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

Shades of Harley Davidson Orange #D21816

Tints of Harley Davidson Orange #D21816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 82.03%
G = 9.38%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D21816 (or 0xD21816) is known color: Harley Davidson Orange. HEX triplet: D2, 18 and 16. RGB value is (210,24,22). Sum of RGB (Red+Green+Blue) = 210+24+22=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D21816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21816 is #2DE7E9. Grayscale: #4F4F4F. Windows color (decimal): -3008490 or 1448146. OLE color: 1448146.

HSL color Cylindrical-coordinate representation of color #D21816: hue angle of 0.64º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21816 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 22 -
CMYK 0 0.89 0.90 0.18
HSL 0.64º 0.81% 0.45% -
HSV(B) 0.64º 0.9% 0.82% -
XYZ 27.05 14.41 2.12 -
YUV 79.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 210 24 22 0 0.89 0.90 0.18 0.64 0.81 0.45
Hex D2 18 16 0 59 5A 12 1 51 2D
Octal 322 30 26 0 131 132 22 1 121 55
Binary 11010010 11000 10110 0 1011001 1011010 10010 1 1010001 101101

Color Harmonies of #D21816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21816

Black with #D21816

Text Example


Text Example

White with #D21816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21816; }

 p { color: rgb(210,24,22); }

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

background-color css

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

 a { background-color: rgb(210,24,22); }

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

border-color css

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

 span { border-color: rgb(210,24,22); }

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