Html Css Color HEX #D0211E Harley Davidson Orange

📋 copy color: '#D0211E'

red 208 ◦ green 33 ◦ blue 30

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

Shades of Harley Davidson Orange #D0211E

Tints of Harley Davidson Orange #D0211E

RGB

 RED value IS 208 (81.64% from 255) = 76.75%

 GREEN value IS 33 (13.28% from 255) = 12.18%

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 76.75%
G = 12.18%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0211E (or 0xD0211E) is known color: Harley Davidson Orange. HEX triplet: D0, 21 and 1E. RGB value is (208,33,30). Sum of RGB (Red+Green+Blue) = 208+33+30=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0211E is #2FDEE1. Grayscale: #555555. Windows color (decimal): -3137250 or 1974736. OLE color: 1974736.

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

Color convert

RGB 208 33 30 -
CMYK 0 0.84 0.86 0.18
HSL 1.01º 0.75% 0.47% -
HSV(B) 1.01º 0.86% 0.82% -
XYZ 26.79 14.59 2.63 -
YUV 84.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 208 33 30 0 0.84 0.86 0.18 1.01 0.75 0.47
Hex D0 21 1E 0 54 56 12 1 4B 2F
Octal 320 41 36 0 124 126 22 1 113 57
Binary 11010000 100001 11110 0 1010100 1010110 10010 1 1001011 101111

Color Harmonies of #D0211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0211E

Black with #D0211E

Text Example


Text Example

White with #D0211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0211E; }

 p { color: rgb(208,33,30); }

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

background-color css

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

 a { background-color: rgb(208,33,30); }

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

border-color css

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

 span { border-color: rgb(208,33,30); }

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