Html Css Color HEX #DE3411 Harley Davidson Orange

📋 copy color: '#DE3411'

red 222 ◦ green 52 ◦ blue 17

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

Shades of Harley Davidson Orange #DE3411

Tints of Harley Davidson Orange #DE3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 76.29%
G = 17.87%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE3411 (or 0xDE3411) is known color: Harley Davidson Orange. HEX triplet: DE, 34 and 11. RGB value is (222,52,17). Sum of RGB (Red+Green+Blue) = 222+52+17=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3411 is #21CBEE. Grayscale: #636363. Windows color (decimal): -2214895 or 1127646. OLE color: 1127646.

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

Color convert

RGB 222 52 17 -
CMYK 0 0.77 0.92 0.13
HSL 10.24º 0.86% 0.47% -
HSV(B) 10.24º 0.92% 0.87% -
XYZ 31.45 18.03 2.35 -
YUV 98.84 81.82 215.85 -
System Red Green Blue C M Y K H S L
Decimal 222 52 17 0 0.77 0.92 0.13 10.24 0.86 0.47
Hex DE 34 11 0 4D 5C D A 56 2F
Octal 336 64 21 0 115 134 15 12 126 57
Binary 11011110 110100 10001 0 1001101 1011100 1101 1010 1010110 101111

Color Harmonies of #DE3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3411

Black with #DE3411

Text Example


Text Example

White with #DE3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3411; }

 p { color: rgb(222,52,17); }

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

background-color css

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

 a { background-color: rgb(222,52,17); }

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

border-color css

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

 span { border-color: rgb(222,52,17); }

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