Html Css Color HEX #DE3512 Harley Davidson Orange

📋 copy color: '#DE3512'

red 222 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #DE3512

Tints of Harley Davidson Orange #DE3512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 75.77%
G = 18.09%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE3512 (or 0xDE3512) is known color: Harley Davidson Orange. HEX triplet: DE, 35 and 12. RGB value is (222,53,18). Sum of RGB (Red+Green+Blue) = 222+53+18=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3512 is #21CAED. Grayscale: #636363. Windows color (decimal): -2214638 or 1193438. OLE color: 1193438.

HSL color Cylindrical-coordinate representation of color #DE3512: hue angle of 10.29º degrees, saturation: 0.85, 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 #DE3512 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 53 18 -
CMYK 0 0.76 0.92 0.13
HSL 10.29º 0.85% 0.47% -
HSV(B) 10.29º 0.92% 0.87% -
XYZ 31.51 18.12 2.41 -
YUV 99.54 81.99 215.35 -
System Red Green Blue C M Y K H S L
Decimal 222 53 18 0 0.76 0.92 0.13 10.29 0.85 0.47
Hex DE 35 12 0 4C 5C D A 55 2F
Octal 336 65 22 0 114 134 15 12 125 57
Binary 11011110 110101 10010 0 1001100 1011100 1101 1010 1010101 101111

Color Harmonies of #DE3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3512

Black with #DE3512

Text Example


Text Example

White with #DE3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3512; }

 p { color: rgb(222,53,18); }

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

background-color css

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

 a { background-color: rgb(222,53,18); }

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

border-color css

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

 span { border-color: rgb(222,53,18); }

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