Html Css Color HEX #DE380E Harley Davidson Orange

📋 copy color: '#DE380E'

red 222 ◦ green 56 ◦ blue 14

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

Shades of Harley Davidson Orange #DE380E

Tints of Harley Davidson Orange #DE380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

 BLUE value IS 14 (5.86% from 255) = 4.79%

R = 76.03%
G = 19.18%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE380E (or 0xDE380E) is known color: Harley Davidson Orange. HEX triplet: DE, 38 and 0E. RGB value is (222,56,14). Sum of RGB (Red+Green+Blue) = 222+56+14=292 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.03% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 222 - color contains mainly: red. Hex color #DE380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE380E is #21C7F1. Grayscale: #656565. Windows color (decimal): -2213874 or 932062. OLE color: 932062.

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

Color convert

RGB 222 56 14 -
CMYK 0 0.75 0.94 0.13
HSL 12.12º 0.88% 0.46% -
HSV(B) 12.12º 0.94% 0.87% -
XYZ 31.62 18.39 2.3 -
YUV 100.85 79 214.42 -
System Red Green Blue C M Y K H S L
Decimal 222 56 14 0 0.75 0.94 0.13 12.12 0.88 0.46
Hex DE 38 E 0 4B 5E D C 58 2E
Octal 336 70 16 0 113 136 15 14 130 56
Binary 11011110 111000 1110 0 1001011 1011110 1101 1100 1011000 101110

Color Harmonies of #DE380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE380E

Black with #DE380E

Text Example


Text Example

White with #DE380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE380E; }

 p { color: rgb(222,56,14); }

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

background-color css

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

 a { background-color: rgb(222,56,14); }

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

border-color css

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

 span { border-color: rgb(222,56,14); }

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