Html Css Color HEX #EB3C06 Orange Red

📋 copy color: '#EB3C06'

red 235 ◦ green 60 ◦ blue 6

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

Shades of Orange Red #EB3C06

Tints of Orange Red #EB3C06

RGB

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

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

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

R = 78.07%
G = 19.93%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB3C06 (or 0xEB3C06) is known color: Orange Red. HEX triplet: EB, 3C and 06. RGB value is (235,60,6). Sum of RGB (Red+Green+Blue) = 235+60+6=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3C06 is #14C3F9. Grayscale: #6A6A6A. Windows color (decimal): -1360890 or 408811. OLE color: 408811.

HSL color Cylindrical-coordinate representation of color #EB3C06: hue angle of 14.15º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB3C06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 60 6 -
CMYK 0 0.74 0.97 0.08
HSL 14.15º 0.95% 0.47% -
HSV(B) 14.15º 0.97% 0.92% -
XYZ 35.91 20.91 2.32 -
YUV 106.17 71.48 219.89 -
System Red Green Blue C M Y K H S L
Decimal 235 60 6 0 0.74 0.97 0.08 14.15 0.95 0.47
Hex EB 3C 6 0 4A 61 8 E 5F 2F
Octal 353 74 6 0 112 141 10 16 137 57
Binary 11101011 111100 110 0 1001010 1100001 1000 1110 1011111 101111

Color Harmonies of #EB3C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C06

Black with #EB3C06

Text Example


Text Example

White with #EB3C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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