Html Css Color HEX #DE3510 Harley Davidson Orange

📋 copy color: '#DE3510'

red 222 ◦ green 53 ◦ blue 16

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

Shades of Harley Davidson Orange #DE3510

Tints of Harley Davidson Orange #DE3510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 76.29%
G = 18.21%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE3510 (or 0xDE3510) is known color: Harley Davidson Orange. HEX triplet: DE, 35 and 10. RGB value is (222,53,16). Sum of RGB (Red+Green+Blue) = 222+53+16=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3510 is #21CAEF. Grayscale: #636363. Windows color (decimal): -2214640 or 1062366. OLE color: 1062366.

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

Color convert

RGB 222 53 16 -
CMYK 0 0.76 0.93 0.13
HSL 10.78º 0.87% 0.47% -
HSV(B) 10.78º 0.93% 0.87% -
XYZ 31.49 18.11 2.33 -
YUV 99.31 80.99 215.51 -
System Red Green Blue C M Y K H S L
Decimal 222 53 16 0 0.76 0.93 0.13 10.78 0.87 0.47
Hex DE 35 10 0 4C 5D D B 57 2F
Octal 336 65 20 0 114 135 15 13 127 57
Binary 11011110 110101 10000 0 1001100 1011101 1101 1011 1010111 101111

Color Harmonies of #DE3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3510

Black with #DE3510

Text Example


Text Example

White with #DE3510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3510; }

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

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

background-color css

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

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

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

border-color css

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

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

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