Html Css Color HEX #DE2006 Harley Davidson Orange

📋 copy color: '#DE2006'

red 222 ◦ green 32 ◦ blue 6

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

Shades of Harley Davidson Orange #DE2006

Tints of Harley Davidson Orange #DE2006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 85.38%
G = 12.31%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DE2006 (or 0xDE2006) is known color: Harley Davidson Orange. HEX triplet: DE, 20 and 06. RGB value is (222,32,6). Sum of RGB (Red+Green+Blue) = 222+32+6=260 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.38% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2006 is #21DFF9. Grayscale: #565656. Windows color (decimal): -2220026 or 401630. OLE color: 401630.

HSL color Cylindrical-coordinate representation of color #DE2006: hue angle of 7.22º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE2006 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 32 6 -
CMYK 0 0.86 0.97 0.13
HSL 7.22º 0.95% 0.45% -
HSV(B) 7.22º 0.97% 0.87% -
XYZ 30.67 16.58 1.76 -
YUV 85.85 82.95 225.11 -
System Red Green Blue C M Y K H S L
Decimal 222 32 6 0 0.86 0.97 0.13 7.22 0.95 0.45
Hex DE 20 6 0 56 61 D 7 5F 2D
Octal 336 40 6 0 126 141 15 7 137 55
Binary 11011110 100000 110 0 1010110 1100001 1101 111 1011111 101101

Color Harmonies of #DE2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2006

Black with #DE2006

Text Example


Text Example

White with #DE2006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2006; }

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

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

background-color css

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

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

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

border-color css

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

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

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