Html Css Color HEX #E6330F Harley Davidson Orange

📋 copy color: '#E6330F'

red 230 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #E6330F

Tints of Harley Davidson Orange #E6330F

RGB

 RED value IS 230 (90.23% from 255) = 77.7%

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

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 77.7%
G = 17.23%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6330F (or 0xE6330F) is known color: Harley Davidson Orange. HEX triplet: E6, 33 and 0F. RGB value is (230,51,15). Sum of RGB (Red+Green+Blue) = 230+51+15=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E6330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6330F is #19CCF0. Grayscale: #646464. Windows color (decimal): -1690865 or 996326. OLE color: 996326.

HSL color Cylindrical-coordinate representation of color #E6330F: hue angle of 10.05º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6330F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 51 15 -
CMYK 0 0.78 0.93 0.10
HSL 10.05º 0.88% 0.48% -
HSV(B) 10.05º 0.93% 0.9% -
XYZ 33.9 19.23 2.38 -
YUV 100.42 79.8 220.43 -
System Red Green Blue C M Y K H S L
Decimal 230 51 15 0 0.78 0.93 0.10 10.05 0.88 0.48
Hex E6 33 F 0 4E 5D A A 58 30
Octal 346 63 17 0 116 135 12 12 130 60
Binary 11100110 110011 1111 0 1001110 1011101 1010 1010 1011000 110000

Color Harmonies of #E6330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6330F

Black with #E6330F

Text Example


Text Example

White with #E6330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6330F; }

 p { color: rgb(230,51,15); }

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

background-color css

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

 a { background-color: rgb(230,51,15); }

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

border-color css

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

 span { border-color: rgb(230,51,15); }

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