Html Css Color HEX #DE201A Harley Davidson Orange

📋 copy color: '#DE201A'

red 222 ◦ green 32 ◦ blue 26

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

Shades of Harley Davidson Orange #DE201A

Tints of Harley Davidson Orange #DE201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 79.29%
G = 11.43%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE201A (or 0xDE201A) is known color: Harley Davidson Orange. HEX triplet: DE, 20 and 1A. RGB value is (222,32,26). Sum of RGB (Red+Green+Blue) = 222+32+26=280 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.29% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 222 - color contains mainly: red. Hex color #DE201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE201A is #21DFE5. Grayscale: #585858. Windows color (decimal): -2220006 or 1712350. OLE color: 1712350.

HSL color Cylindrical-coordinate representation of color #DE201A: hue angle of 1.84º degrees, saturation: 0.79, 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 #DE201A is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 32 26 -
CMYK 0 0.86 0.88 0.13
HSL 1.84º 0.79% 0.49% -
HSV(B) 1.84º 0.88% 0.87% -
XYZ 30.83 16.64 2.56 -
YUV 88.13 92.95 223.49 -
System Red Green Blue C M Y K H S L
Decimal 222 32 26 0 0.86 0.88 0.13 1.84 0.79 0.49
Hex DE 20 1A 0 56 58 D 2 4F 31
Octal 336 40 32 0 126 130 15 2 117 61
Binary 11011110 100000 11010 0 1010110 1011000 1101 10 1001111 110001

Color Harmonies of #DE201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE201A

Black with #DE201A

Text Example


Text Example

White with #DE201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE201A; }

 p { color: rgb(222,32,26); }

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

background-color css

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

 a { background-color: rgb(222,32,26); }

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

border-color css

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

 span { border-color: rgb(222,32,26); }

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