Html Css Color HEX #E23F0E Harley Davidson Orange

📋 copy color: '#E23F0E'

red 226 ◦ green 63 ◦ blue 14

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

Shades of Harley Davidson Orange #E23F0E

Tints of Harley Davidson Orange #E23F0E

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

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

R = 74.59%
G = 20.79%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E23F0E (or 0xE23F0E) is known color: Harley Davidson Orange. HEX triplet: E2, 3F and 0E. RGB value is (226,63,14). Sum of RGB (Red+Green+Blue) = 226+63+14=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23F0E is #1DC0F1. Grayscale: #6A6A6A. Windows color (decimal): -1949938 or 933858. OLE color: 933858.

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

Color convert

RGB 226 63 14 -
CMYK 0 0.72 0.94 0.11
HSL 13.87º 0.88% 0.47% -
HSV(B) 13.87º 0.94% 0.89% -
XYZ 33.22 19.76 2.48 -
YUV 106.15 76 213.48 -
System Red Green Blue C M Y K H S L
Decimal 226 63 14 0 0.72 0.94 0.11 13.87 0.88 0.47
Hex E2 3F E 0 48 5E B E 58 2F
Octal 342 77 16 0 110 136 13 16 130 57
Binary 11100010 111111 1110 0 1001000 1011110 1011 1110 1011000 101111

Color Harmonies of #E23F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23F0E

Black with #E23F0E

Text Example


Text Example

White with #E23F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23F0E; }

 p { color: rgb(226,63,14); }

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

background-color css

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

 a { background-color: rgb(226,63,14); }

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

border-color css

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

 span { border-color: rgb(226,63,14); }

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