Html Css Color HEX #E13B0D Harley Davidson Orange

📋 copy color: '#E13B0D'

red 225 ◦ green 59 ◦ blue 13

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

Shades of Harley Davidson Orange #E13B0D

Tints of Harley Davidson Orange #E13B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 75.76%
G = 19.87%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E13B0D (or 0xE13B0D) is known color: Harley Davidson Orange. HEX triplet: E1, 3B and 0D. RGB value is (225,59,13). Sum of RGB (Red+Green+Blue) = 225+59+13=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13B0D is #1EC4F2. Grayscale: #676767. Windows color (decimal): -2016499 or 867297. OLE color: 867297.

HSL color Cylindrical-coordinate representation of color #E13B0D: hue angle of 13.02º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E13B0D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 59 13 -
CMYK 0 0.74 0.94 0.12
HSL 13.02º 0.89% 0.47% -
HSV(B) 13.02º 0.94% 0.88% -
XYZ 32.69 19.16 2.36 -
YUV 103.39 77 214.74 -
System Red Green Blue C M Y K H S L
Decimal 225 59 13 0 0.74 0.94 0.12 13.02 0.89 0.47
Hex E1 3B D 0 4A 5E C D 59 2F
Octal 341 73 15 0 112 136 14 15 131 57
Binary 11100001 111011 1101 0 1001010 1011110 1100 1101 1011001 101111

Color Harmonies of #E13B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13B0D

Black with #E13B0D

Text Example


Text Example

White with #E13B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13B0D; }

 p { color: rgb(225,59,13); }

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

background-color css

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

 a { background-color: rgb(225,59,13); }

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

border-color css

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

 span { border-color: rgb(225,59,13); }

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