Html Css Color HEX #DE4005 Harley Davidson Orange

📋 copy color: '#DE4005'

red 222 ◦ green 64 ◦ blue 5

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

Shades of Harley Davidson Orange #DE4005

Tints of Harley Davidson Orange #DE4005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 76.29%
G = 21.99%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE4005 (or 0xDE4005) is known color: Harley Davidson Orange. HEX triplet: DE, 40 and 05. RGB value is (222,64,5). Sum of RGB (Red+Green+Blue) = 222+64+5=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4005 is #21BFFA. Grayscale: #686868. Windows color (decimal): -2211835 or 344286. OLE color: 344286.

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

Color convert

RGB 222 64 5 -
CMYK 0 0.71 0.98 0.13
HSL 16.31º 0.96% 0.45% -
HSV(B) 16.31º 0.98% 0.87% -
XYZ 31.98 19.21 2.17 -
YUV 104.52 71.85 211.8 -
System Red Green Blue C M Y K H S L
Decimal 222 64 5 0 0.71 0.98 0.13 16.31 0.96 0.45
Hex DE 40 5 0 47 62 D 10 60 2D
Octal 336 100 5 0 107 142 15 20 140 55
Binary 11011110 1000000 101 0 1000111 1100010 1101 10000 1100000 101101

Color Harmonies of #DE4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4005

Black with #DE4005

Text Example


Text Example

White with #DE4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4005; }

 p { color: rgb(222,64,5); }

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

background-color css

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

 a { background-color: rgb(222,64,5); }

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

border-color css

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

 span { border-color: rgb(222,64,5); }

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