Html Css Color HEX #E23D14 Harley Davidson Orange

📋 copy color: '#E23D14'

red 226 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #E23D14

Tints of Harley Davidson Orange #E23D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 73.62%
G = 19.87%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E23D14 (or 0xE23D14) is known color: Harley Davidson Orange. HEX triplet: E2, 3D and 14. RGB value is (226,61,20). Sum of RGB (Red+Green+Blue) = 226+61+20=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E23D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23D14 is #1DC2EB. Grayscale: #696969. Windows color (decimal): -1950444 or 1326562. OLE color: 1326562.

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

Color convert

RGB 226 61 20 -
CMYK 0 0.73 0.91 0.11
HSL 11.94º 0.84% 0.48% -
HSV(B) 11.94º 0.91% 0.89% -
XYZ 33.16 19.56 2.69 -
YUV 105.66 79.66 213.83 -
System Red Green Blue C M Y K H S L
Decimal 226 61 20 0 0.73 0.91 0.11 11.94 0.84 0.48
Hex E2 3D 14 0 49 5B B C 54 30
Octal 342 75 24 0 111 133 13 14 124 60
Binary 11100010 111101 10100 0 1001001 1011011 1011 1100 1010100 110000

Color Harmonies of #E23D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23D14

Black with #E23D14

Text Example


Text Example

White with #E23D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23D14; }

 p { color: rgb(226,61,20); }

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

background-color css

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

 a { background-color: rgb(226,61,20); }

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

border-color css

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

 span { border-color: rgb(226,61,20); }

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