Html Css Color HEX #DE4212 Harley Davidson Orange

📋 copy color: '#DE4212'

red 222 ◦ green 66 ◦ blue 18

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

Shades of Harley Davidson Orange #DE4212

Tints of Harley Davidson Orange #DE4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 72.55%
G = 21.57%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE4212 (or 0xDE4212) is known color: Harley Davidson Orange. HEX triplet: DE, 42 and 12. RGB value is (222,66,18). Sum of RGB (Red+Green+Blue) = 222+66+18=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4212 is #21BDED. Grayscale: #6B6B6B. Windows color (decimal): -2211310 or 1196766. OLE color: 1196766.

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

Color convert

RGB 222 66 18 -
CMYK 0 0.70 0.92 0.13
HSL 14.12º 0.85% 0.47% -
HSV(B) 14.12º 0.92% 0.87% -
XYZ 32.18 19.47 2.63 -
YUV 107.17 77.68 209.9 -
System Red Green Blue C M Y K H S L
Decimal 222 66 18 0 0.70 0.92 0.13 14.12 0.85 0.47
Hex DE 42 12 0 46 5C D E 55 2F
Octal 336 102 22 0 106 134 15 16 125 57
Binary 11011110 1000010 10010 0 1000110 1011100 1101 1110 1010101 101111

Color Harmonies of #DE4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4212

Black with #DE4212

Text Example


Text Example

White with #DE4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4212; }

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

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

background-color css

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

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

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

border-color css

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

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

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