Html Css Color HEX #DE390C Harley Davidson Orange

📋 copy color: '#DE390C'

red 222 ◦ green 57 ◦ blue 12

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

Shades of Harley Davidson Orange #DE390C

Tints of Harley Davidson Orange #DE390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 76.29%
G = 19.59%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE390C (or 0xDE390C) is known color: Harley Davidson Orange. HEX triplet: DE, 39 and 0C. RGB value is (222,57,12). Sum of RGB (Red+Green+Blue) = 222+57+12=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE390C is #21C6F3. Grayscale: #656565. Windows color (decimal): -2213620 or 801246. OLE color: 801246.

HSL color Cylindrical-coordinate representation of color #DE390C: hue angle of 12.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE390C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 57 12 -
CMYK 0 0.74 0.95 0.13
HSL 12.86º 0.9% 0.46% -
HSV(B) 12.86º 0.95% 0.87% -
XYZ 31.65 18.48 2.25 -
YUV 101.21 77.66 214.16 -
System Red Green Blue C M Y K H S L
Decimal 222 57 12 0 0.74 0.95 0.13 12.86 0.9 0.46
Hex DE 39 C 0 4A 5F D D 5A 2E
Octal 336 71 14 0 112 137 15 15 132 56
Binary 11011110 111001 1100 0 1001010 1011111 1101 1101 1011010 101110

Color Harmonies of #DE390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE390C

Black with #DE390C

Text Example


Text Example

White with #DE390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE390C; }

 p { color: rgb(222,57,12); }

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

background-color css

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

 a { background-color: rgb(222,57,12); }

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

border-color css

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

 span { border-color: rgb(222,57,12); }

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