Html Css Color HEX #E13C0B Harley Davidson Orange

📋 copy color: '#E13C0B'

red 225 ◦ green 60 ◦ blue 11

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

Shades of Harley Davidson Orange #E13C0B

Tints of Harley Davidson Orange #E13C0B

RGB

 RED value IS 225 (88.28% from 255) = 76.01%

 GREEN value IS 60 (23.83% from 255) = 20.27%

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 76.01%
G = 20.27%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E13C0B (or 0xE13C0B) is known color: Harley Davidson Orange. HEX triplet: E1, 3C and 0B. RGB value is (225,60,11). Sum of RGB (Red+Green+Blue) = 225+60+11=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C0B is #1EC3F4. Grayscale: #686868. Windows color (decimal): -2016245 or 736481. OLE color: 736481.

HSL color Cylindrical-coordinate representation of color #E13C0B: hue angle of 13.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E13C0B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 60 11 -
CMYK 0 0.73 0.95 0.12
HSL 13.74º 0.91% 0.46% -
HSV(B) 13.74º 0.95% 0.88% -
XYZ 32.73 19.26 2.31 -
YUV 103.75 75.66 214.48 -
System Red Green Blue C M Y K H S L
Decimal 225 60 11 0 0.73 0.95 0.12 13.74 0.91 0.46
Hex E1 3C B 0 49 5F C E 5B 2E
Octal 341 74 13 0 111 137 14 16 133 56
Binary 11100001 111100 1011 0 1001001 1011111 1100 1110 1011011 101110

Color Harmonies of #E13C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C0B

Black with #E13C0B

Text Example


Text Example

White with #E13C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C0B; }

 p { color: rgb(225,60,11); }

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

background-color css

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

 a { background-color: rgb(225,60,11); }

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

border-color css

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

 span { border-color: rgb(225,60,11); }

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