Html Css Color HEX #DE221B Harley Davidson Orange

📋 copy color: '#DE221B'

red 222 ◦ green 34 ◦ blue 27

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

Shades of Harley Davidson Orange #DE221B

Tints of Harley Davidson Orange #DE221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

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

R = 78.45%
G = 12.01%
B = 9.54%

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

#DE221B (or 0xDE221B) is known color: Harley Davidson Orange. HEX triplet: DE, 22 and 1B. RGB value is (222,34,27). Sum of RGB (Red+Green+Blue) = 222+34+27=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE221B is #21DDE4. Grayscale: #595959. Windows color (decimal): -2219493 or 1778398. OLE color: 1778398.

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

Color convert

RGB 222 34 27 -
CMYK 0 0.85 0.88 0.13
HSL 2.15º 0.78% 0.49% -
HSV(B) 2.15º 0.88% 0.87% -
XYZ 30.89 16.75 2.64 -
YUV 89.41 92.78 222.57 -
System Red Green Blue C M Y K H S L
Decimal 222 34 27 0 0.85 0.88 0.13 2.15 0.78 0.49
Hex DE 22 1B 0 55 58 D 2 4E 31
Octal 336 42 33 0 125 130 15 2 116 61
Binary 11011110 100010 11011 0 1010101 1011000 1101 10 1001110 110001

Color Harmonies of #DE221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE221B

Black with #DE221B

Text Example


Text Example

White with #DE221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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