Html Css Color HEX #DE2B07 Harley Davidson Orange

📋 copy color: '#DE2B07'

red 222 ◦ green 43 ◦ blue 7

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

Shades of Harley Davidson Orange #DE2B07

Tints of Harley Davidson Orange #DE2B07

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

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

R = 81.62%
G = 15.81%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DE2B07 (or 0xDE2B07) is known color: Harley Davidson Orange. HEX triplet: DE, 2B and 07. RGB value is (222,43,7). Sum of RGB (Red+Green+Blue) = 222+43+7=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2B07 is #21D4F8. Grayscale: #5C5C5C. Windows color (decimal): -2217209 or 469982. OLE color: 469982.

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

Color convert

RGB 222 43 7 -
CMYK 0 0.81 0.97 0.13
HSL 10.05º 0.94% 0.45% -
HSV(B) 10.05º 0.97% 0.87% -
XYZ 31.03 17.27 1.9 -
YUV 92.42 79.8 220.43 -
System Red Green Blue C M Y K H S L
Decimal 222 43 7 0 0.81 0.97 0.13 10.05 0.94 0.45
Hex DE 2B 7 0 51 61 D A 5E 2D
Octal 336 53 7 0 121 141 15 12 136 55
Binary 11011110 101011 111 0 1010001 1100001 1101 1010 1011110 101101

Color Harmonies of #DE2B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2B07

Black with #DE2B07

Text Example


Text Example

White with #DE2B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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