Html Css Color HEX #D21E08 Harley Davidson Orange

📋 copy color: '#D21E08'

red 210 ◦ green 30 ◦ blue 8

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

Shades of Harley Davidson Orange #D21E08

Tints of Harley Davidson Orange #D21E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

 BLUE value IS 8 (3.52% from 255) = 3.23%

R = 84.68%
G = 12.1%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D21E08 (or 0xD21E08) is known color: Harley Davidson Orange. HEX triplet: D2, 1E and 08. RGB value is (210,30,8). Sum of RGB (Red+Green+Blue) = 210+30+8=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21E08 is #2DE1F7. Grayscale: #515151. Windows color (decimal): -3006968 or 532178. OLE color: 532178.

HSL color Cylindrical-coordinate representation of color #D21E08: hue angle of 6.53º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D21E08 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 30 8 -
CMYK 0 0.86 0.96 0.18
HSL 6.53º 0.93% 0.43% -
HSV(B) 6.53º 0.96% 0.82% -
XYZ 27.09 14.65 1.63 -
YUV 81.31 86.63 219.79 -
System Red Green Blue C M Y K H S L
Decimal 210 30 8 0 0.86 0.96 0.18 6.53 0.93 0.43
Hex D2 1E 8 0 56 60 12 7 5D 2B
Octal 322 36 10 0 126 140 22 7 135 53
Binary 11010010 11110 1000 0 1010110 1100000 10010 111 1011101 101011

Color Harmonies of #D21E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E08

Black with #D21E08

Text Example


Text Example

White with #D21E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E08; }

 p { color: rgb(210,30,8); }

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

background-color css

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

 a { background-color: rgb(210,30,8); }

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

border-color css

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

 span { border-color: rgb(210,30,8); }

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