Html Css Color HEX #DE211B Harley Davidson Orange

📋 copy color: '#DE211B'

red 222 ◦ green 33 ◦ blue 27

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

Shades of Harley Davidson Orange #DE211B

Tints of Harley Davidson Orange #DE211B

RGB

 RED value IS 222 (87.11% from 255) = 78.72%

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

 BLUE value IS 27 (10.94% from 255) = 9.57%

R = 78.72%
G = 11.7%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE211B (or 0xDE211B) is known color: Harley Davidson Orange. HEX triplet: DE, 21 and 1B. RGB value is (222,33,27). Sum of RGB (Red+Green+Blue) = 222+33+27=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE211B is #21DEE4. Grayscale: #595959. Windows color (decimal): -2219749 or 1778142. OLE color: 1778142.

HSL color Cylindrical-coordinate representation of color #DE211B: hue angle of 1.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE211B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 33 27 -
CMYK 0 0.85 0.88 0.13
HSL 1.85º 0.78% 0.49% -
HSV(B) 1.85º 0.88% 0.87% -
XYZ 30.87 16.7 2.63 -
YUV 88.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 222 33 27 0 0.85 0.88 0.13 1.85 0.78 0.49
Hex DE 21 1B 0 55 58 D 2 4E 31
Octal 336 41 33 0 125 130 15 2 116 61
Binary 11011110 100001 11011 0 1010101 1011000 1101 10 1001110 110001

Color Harmonies of #DE211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE211B

Black with #DE211B

Text Example


Text Example

White with #DE211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE211B; }

 p { color: rgb(222,33,27); }

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

background-color css

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

 a { background-color: rgb(222,33,27); }

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

border-color css

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

 span { border-color: rgb(222,33,27); }

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