Html Css Color HEX #D21D09 Harley Davidson Orange

📋 copy color: '#D21D09'

red 210 ◦ green 29 ◦ blue 9

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

Shades of Harley Davidson Orange #D21D09

Tints of Harley Davidson Orange #D21D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.69%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 84.68%
G = 11.69%
B = 3.63%

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

#D21D09 (or 0xD21D09) is known color: Harley Davidson Orange. HEX triplet: D2, 1D and 09. RGB value is (210,29,9). Sum of RGB (Red+Green+Blue) = 210+29+9=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21D09 is #2DE2F6. Grayscale: #515151. Windows color (decimal): -3007223 or 597458. OLE color: 597458.

HSL color Cylindrical-coordinate representation of color #D21D09: hue angle of 5.97º degrees, saturation: 0.92, 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 #D21D09 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 29 9 -
CMYK 0 0.86 0.96 0.18
HSL 5.97º 0.92% 0.43% -
HSV(B) 5.97º 0.96% 0.82% -
XYZ 27.07 14.6 1.65 -
YUV 80.84 87.47 220.13 -
System Red Green Blue C M Y K H S L
Decimal 210 29 9 0 0.86 0.96 0.18 5.97 0.92 0.43
Hex D2 1D 9 0 56 60 12 6 5C 2B
Octal 322 35 11 0 126 140 22 6 134 53
Binary 11010010 11101 1001 0 1010110 1100000 10010 110 1011100 101011

Color Harmonies of #D21D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D09

Black with #D21D09

Text Example


Text Example

White with #D21D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D09; }

 p { color: rgb(210,29,9); }

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

background-color css

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

 a { background-color: rgb(210,29,9); }

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

border-color css

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

 span { border-color: rgb(210,29,9); }

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