Html Css Color HEX #DE221C Harley Davidson Orange

📋 copy color: '#DE221C'

red 222 ◦ green 34 ◦ blue 28

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

Shades of Harley Davidson Orange #DE221C

Tints of Harley Davidson Orange #DE221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 78.17%
G = 11.97%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE221C (or 0xDE221C) is known color: Harley Davidson Orange. HEX triplet: DE, 22 and 1C. RGB value is (222,34,28). Sum of RGB (Red+Green+Blue) = 222+34+28=284 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.17% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 222 - color contains mainly: red. Hex color #DE221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE221C is #21DDE3. Grayscale: #595959. Windows color (decimal): -2219492 or 1843934. OLE color: 1843934.

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

Color convert

RGB 222 34 28 -
CMYK 0 0.85 0.87 0.13
HSL 1.86º 0.78% 0.49% -
HSV(B) 1.86º 0.87% 0.87% -
XYZ 30.91 16.76 2.7 -
YUV 89.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 222 34 28 0 0.85 0.87 0.13 1.86 0.78 0.49
Hex DE 22 1C 0 55 57 D 2 4E 31
Octal 336 42 34 0 125 127 15 2 116 61
Binary 11011110 100010 11100 0 1010101 1010111 1101 10 1001110 110001

Color Harmonies of #DE221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE221C

Black with #DE221C

Text Example


Text Example

White with #DE221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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