Html Css Color HEX #D21D0B Harley Davidson Orange

📋 copy color: '#D21D0B'

red 210 ◦ green 29 ◦ blue 11

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

Shades of Harley Davidson Orange #D21D0B

Tints of Harley Davidson Orange #D21D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.4%

R = 84%
G = 11.6%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D21D0B (or 0xD21D0B) is known color: Harley Davidson Orange. HEX triplet: D2, 1D and 0B. RGB value is (210,29,11). Sum of RGB (Red+Green+Blue) = 210+29+11=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21D0B is #2DE2F4. Grayscale: #515151. Windows color (decimal): -3007221 or 728530. OLE color: 728530.

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

Color convert

RGB 210 29 11 -
CMYK 0 0.86 0.95 0.18
HSL 5.43º 0.9% 0.43% -
HSV(B) 5.43º 0.95% 0.82% -
XYZ 27.08 14.6 1.71 -
YUV 81.07 88.47 219.96 -
System Red Green Blue C M Y K H S L
Decimal 210 29 11 0 0.86 0.95 0.18 5.43 0.9 0.43
Hex D2 1D B 0 56 5F 12 5 5A 2B
Octal 322 35 13 0 126 137 22 5 132 53
Binary 11010010 11101 1011 0 1010110 1011111 10010 101 1011010 101011

Color Harmonies of #D21D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D0B

Black with #D21D0B

Text Example


Text Example

White with #D21D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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