Html Css Color HEX #E13B08 Harley Davidson Orange

📋 copy color: '#E13B08'

red 225 ◦ green 59 ◦ blue 8

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

Shades of Harley Davidson Orange #E13B08

Tints of Harley Davidson Orange #E13B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 77.05%
G = 20.21%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E13B08 (or 0xE13B08) is known color: Harley Davidson Orange. HEX triplet: E1, 3B and 08. RGB value is (225,59,8). Sum of RGB (Red+Green+Blue) = 225+59+8=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13B08 is #1EC4F7. Grayscale: #676767. Windows color (decimal): -2016504 or 539617. OLE color: 539617.

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

Color convert

RGB 225 59 8 -
CMYK 0 0.74 0.96 0.12
HSL 14.1º 0.93% 0.46% -
HSV(B) 14.1º 0.96% 0.88% -
XYZ 32.66 19.15 2.21 -
YUV 102.82 74.5 215.15 -
System Red Green Blue C M Y K H S L
Decimal 225 59 8 0 0.74 0.96 0.12 14.1 0.93 0.46
Hex E1 3B 8 0 4A 60 C E 5D 2E
Octal 341 73 10 0 112 140 14 16 135 56
Binary 11100001 111011 1000 0 1001010 1100000 1100 1110 1011101 101110

Color Harmonies of #E13B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13B08

Black with #E13B08

Text Example


Text Example

White with #E13B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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