Html Css Color HEX #E23512 Harley Davidson Orange

📋 copy color: '#E23512'

red 226 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #E23512

Tints of Harley Davidson Orange #E23512

RGB

 RED value IS 226 (88.67% from 255) = 76.09%

 GREEN value IS 53 (21.09% from 255) = 17.85%

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 76.09%
G = 17.85%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E23512 (or 0xE23512) is known color: Harley Davidson Orange. HEX triplet: E2, 35 and 12. RGB value is (226,53,18). Sum of RGB (Red+Green+Blue) = 226+53+18=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E23512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23512 is #1DCAED. Grayscale: #656565. Windows color (decimal): -1952494 or 1193442. OLE color: 1193442.

HSL color Cylindrical-coordinate representation of color #E23512: hue angle of 10.1º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E23512 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 53 18 -
CMYK 0 0.77 0.92 0.11
HSL 10.1º 0.85% 0.48% -
HSV(B) 10.1º 0.92% 0.89% -
XYZ 32.75 18.76 2.47 -
YUV 100.74 81.31 217.35 -
System Red Green Blue C M Y K H S L
Decimal 226 53 18 0 0.77 0.92 0.11 10.1 0.85 0.48
Hex E2 35 12 0 4D 5C B A 55 30
Octal 342 65 22 0 115 134 13 12 125 60
Binary 11100010 110101 10010 0 1001101 1011100 1011 1010 1010101 110000

Color Harmonies of #E23512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23512

Black with #E23512

Text Example


Text Example

White with #E23512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23512; }

 p { color: rgb(226,53,18); }

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

background-color css

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

 a { background-color: rgb(226,53,18); }

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

border-color css

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

 span { border-color: rgb(226,53,18); }

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