Html Css Color HEX #D21812 Harley Davidson Orange

📋 copy color: '#D21812'

red 210 ◦ green 24 ◦ blue 18

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

Shades of Harley Davidson Orange #D21812

Tints of Harley Davidson Orange #D21812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 83.33%
G = 9.52%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D21812 (or 0xD21812) is known color: Harley Davidson Orange. HEX triplet: D2, 18 and 12. RGB value is (210,24,18). Sum of RGB (Red+Green+Blue) = 210+24+18=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D21812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21812 is #2DE7ED. Grayscale: #4F4F4F. Windows color (decimal): -3008494 or 1186002. OLE color: 1186002.

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

Color convert

RGB 210 24 18 -
CMYK 0 0.89 0.91 0.18
HSL 1.88º 0.84% 0.45% -
HSV(B) 1.88º 0.91% 0.82% -
XYZ 27.01 14.4 1.93 -
YUV 78.93 93.62 221.49 -
System Red Green Blue C M Y K H S L
Decimal 210 24 18 0 0.89 0.91 0.18 1.88 0.84 0.45
Hex D2 18 12 0 59 5B 12 2 54 2D
Octal 322 30 22 0 131 133 22 2 124 55
Binary 11010010 11000 10010 0 1011001 1011011 10010 10 1010100 101101

Color Harmonies of #D21812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21812

Black with #D21812

Text Example


Text Example

White with #D21812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21812; }

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

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

background-color css

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

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

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

border-color css

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

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

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