Html Css Color HEX #EB3C0F Orange Red

📋 copy color: '#EB3C0F'

red 235 ◦ green 60 ◦ blue 15

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

Shades of Orange Red #EB3C0F

Tints of Orange Red #EB3C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.35%

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

R = 75.81%
G = 19.35%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB3C0F (or 0xEB3C0F) is known color: Orange Red. HEX triplet: EB, 3C and 0F. RGB value is (235,60,15). Sum of RGB (Red+Green+Blue) = 235+60+15=310 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.81% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3C0F is #14C3F0. Grayscale: #6B6B6B. Windows color (decimal): -1360881 or 998635. OLE color: 998635.

HSL color Cylindrical-coordinate representation of color #EB3C0F: hue angle of 12.27º 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 #EB3C0F is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 60 15 -
CMYK 0 0.74 0.94 0.08
HSL 12.27º 0.88% 0.49% -
HSV(B) 12.27º 0.94% 0.92% -
XYZ 35.96 20.93 2.6 -
YUV 107.2 75.98 219.16 -
System Red Green Blue C M Y K H S L
Decimal 235 60 15 0 0.74 0.94 0.08 12.27 0.88 0.49
Hex EB 3C F 0 4A 5E 8 C 58 31
Octal 353 74 17 0 112 136 10 14 130 61
Binary 11101011 111100 1111 0 1001010 1011110 1000 1100 1011000 110001

Color Harmonies of #EB3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C0F

Black with #EB3C0F

Text Example


Text Example

White with #EB3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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