Html Css Color HEX #E32F06 Harley Davidson Orange

📋 copy color: '#E32F06'

red 227 ◦ green 47 ◦ blue 6

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

Shades of Harley Davidson Orange #E32F06

Tints of Harley Davidson Orange #E32F06

RGB

 RED value IS 227 (89.06% from 255) = 81.07%

 GREEN value IS 47 (18.75% from 255) = 16.79%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 81.07%
G = 16.79%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E32F06 (or 0xE32F06) is known color: Harley Davidson Orange. HEX triplet: E3, 2F and 06. RGB value is (227,47,6). Sum of RGB (Red+Green+Blue) = 227+47+6=280 (37% of max value = 765). Red value is 227 (89.06% from 255 or 81.07% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32F06 is #1CD0F9. Grayscale: #606060. Windows color (decimal): -1888506 or 405475. OLE color: 405475.

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

Color convert

RGB 227 47 6 -
CMYK 0 0.79 0.97 0.11
HSL 11.13º 0.95% 0.46% -
HSV(B) 11.13º 0.97% 0.89% -
XYZ 32.73 18.38 1.99 -
YUV 96.15 77.13 221.33 -
System Red Green Blue C M Y K H S L
Decimal 227 47 6 0 0.79 0.97 0.11 11.13 0.95 0.46
Hex E3 2F 6 0 4F 61 B B 5F 2E
Octal 343 57 6 0 117 141 13 13 137 56
Binary 11100011 101111 110 0 1001111 1100001 1011 1011 1011111 101110

Color Harmonies of #E32F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32F06

Black with #E32F06

Text Example


Text Example

White with #E32F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32F06; }

 p { color: rgb(227,47,6); }

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

background-color css

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

 a { background-color: rgb(227,47,6); }

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

border-color css

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

 span { border-color: rgb(227,47,6); }

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