Html Css Color HEX #E2331B Harley Davidson Orange

📋 copy color: '#E2331B'

red 226 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #E2331B

Tints of Harley Davidson Orange #E2331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 74.34%
G = 16.78%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2331B (or 0xE2331B) is known color: Harley Davidson Orange. HEX triplet: E2, 33 and 1B. RGB value is (226,51,27). Sum of RGB (Red+Green+Blue) = 226+51+27=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2331B is #1DCCE4. Grayscale: #646464. Windows color (decimal): -1952997 or 1782754. OLE color: 1782754.

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

Color convert

RGB 226 51 27 -
CMYK 0 0.77 0.88 0.11
HSL 7.24º 0.79% 0.5% -
HSV(B) 7.24º 0.88% 0.89% -
XYZ 32.75 18.62 2.9 -
YUV 100.59 86.48 217.45 -
System Red Green Blue C M Y K H S L
Decimal 226 51 27 0 0.77 0.88 0.11 7.24 0.79 0.5
Hex E2 33 1B 0 4D 58 B 7 4F 32
Octal 342 63 33 0 115 130 13 7 117 62
Binary 11100010 110011 11011 0 1001101 1011000 1011 111 1001111 110010

Color Harmonies of #E2331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2331B

Black with #E2331B

Text Example


Text Example

White with #E2331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2331B; }

 p { color: rgb(226,51,27); }

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

background-color css

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

 a { background-color: rgb(226,51,27); }

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

border-color css

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

 span { border-color: rgb(226,51,27); }

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