Html Css Color HEX #EB3A0F Orange Red

📋 copy color: '#EB3A0F'

red 235 ◦ green 58 ◦ blue 15

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

Shades of Orange Red #EB3A0F

Tints of Orange Red #EB3A0F

RGB

 RED value IS 235 (92.19% from 255) = 76.3%

 GREEN value IS 58 (23.05% from 255) = 18.83%

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

R = 76.3%
G = 18.83%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB3A0F (or 0xEB3A0F) is known color: Orange Red. HEX triplet: EB, 3A and 0F. RGB value is (235,58,15). Sum of RGB (Red+Green+Blue) = 235+58+15=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3A0F is #14C5F0. Grayscale: #6A6A6A. Windows color (decimal): -1361393 or 998123. OLE color: 998123.

HSL color Cylindrical-coordinate representation of color #EB3A0F: hue angle of 11.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB3A0F is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 58 15 -
CMYK 0 0.75 0.94 0.08
HSL 11.73º 0.88% 0.49% -
HSV(B) 11.73º 0.94% 0.92% -
XYZ 35.86 20.72 2.56 -
YUV 106.02 76.64 220 -
System Red Green Blue C M Y K H S L
Decimal 235 58 15 0 0.75 0.94 0.08 11.73 0.88 0.49
Hex EB 3A F 0 4B 5E 8 C 58 31
Octal 353 72 17 0 113 136 10 14 130 61
Binary 11101011 111010 1111 0 1001011 1011110 1000 1100 1011000 110001

Color Harmonies of #EB3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A0F

Black with #EB3A0F

Text Example


Text Example

White with #EB3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A0F; }

 p { color: rgb(235,58,15); }

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

background-color css

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

 a { background-color: rgb(235,58,15); }

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

border-color css

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

 span { border-color: rgb(235,58,15); }

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