Html Css Color HEX #DE2007 Harley Davidson Orange

📋 copy color: '#DE2007'

red 222 ◦ green 32 ◦ blue 7

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

Shades of Harley Davidson Orange #DE2007

Tints of Harley Davidson Orange #DE2007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.68%

R = 85.06%
G = 12.26%
B = 2.68%

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

#DE2007 (or 0xDE2007) is known color: Harley Davidson Orange. HEX triplet: DE, 20 and 07. RGB value is (222,32,7). Sum of RGB (Red+Green+Blue) = 222+32+7=261 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.06% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2007 is #21DFF8. Grayscale: #565656. Windows color (decimal): -2220025 or 467166. OLE color: 467166.

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

Color convert

RGB 222 32 7 -
CMYK 0 0.86 0.97 0.13
HSL 6.98º 0.94% 0.45% -
HSV(B) 6.98º 0.97% 0.87% -
XYZ 30.68 16.58 1.78 -
YUV 85.96 83.45 225.03 -
System Red Green Blue C M Y K H S L
Decimal 222 32 7 0 0.86 0.97 0.13 6.98 0.94 0.45
Hex DE 20 7 0 56 61 D 7 5E 2D
Octal 336 40 7 0 126 141 15 7 136 55
Binary 11011110 100000 111 0 1010110 1100001 1101 111 1011110 101101

Color Harmonies of #DE2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2007

Black with #DE2007

Text Example


Text Example

White with #DE2007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2007; }

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

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

background-color css

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

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

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

border-color css

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

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

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