Html Css Color HEX #EB370C Orange Red

📋 copy color: '#EB370C'

red 235 ◦ green 55 ◦ blue 12

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

Shades of Orange Red #EB370C

Tints of Orange Red #EB370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 77.81%
G = 18.21%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB370C (or 0xEB370C) is known color: Orange Red. HEX triplet: EB, 37 and 0C. RGB value is (235,55,12). Sum of RGB (Red+Green+Blue) = 235+55+12=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB370C is #14C8F3. Grayscale: #686868. Windows color (decimal): -1362164 or 800747. OLE color: 800747.

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

Color convert

RGB 235 55 12 -
CMYK 0 0.77 0.95 0.08
HSL 11.57º 0.9% 0.48% -
HSV(B) 11.57º 0.95% 0.92% -
XYZ 35.69 20.42 2.41 -
YUV 103.92 76.13 221.5 -
System Red Green Blue C M Y K H S L
Decimal 235 55 12 0 0.77 0.95 0.08 11.57 0.9 0.48
Hex EB 37 C 0 4D 5F 8 C 5A 30
Octal 353 67 14 0 115 137 10 14 132 60
Binary 11101011 110111 1100 0 1001101 1011111 1000 1100 1011010 110000

Color Harmonies of #EB370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB370C

Black with #EB370C

Text Example


Text Example

White with #EB370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB370C; }

 p { color: rgb(235,55,12); }

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

background-color css

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

 a { background-color: rgb(235,55,12); }

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

border-color css

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

 span { border-color: rgb(235,55,12); }

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