Html Css Color HEX #EB0F0E Red

📋 copy color: '#EB0F0E'

red 235 ◦ green 15 ◦ blue 14

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

Shades of Red #EB0F0E

Tints of Red #EB0F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 89.02%
G = 5.68%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB0F0E (or 0xEB0F0E) is known color: Red. HEX triplet: EB, 0F and 0E. RGB value is (235,15,14). Sum of RGB (Red+Green+Blue) = 235+15+14=264 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.02% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0F0E is #14F0F1. Grayscale: #505050. Windows color (decimal): -1372402 or 921579. OLE color: 921579.

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

Color convert

RGB 235 15 14 -
CMYK 0 0.94 0.94 0.08
HSL 0.27º 0.89% 0.49% -
HSV(B) 0.27º 0.94% 0.92% -
XYZ 34.51 18.04 2.08 -
YUV 80.67 90.39 238.08 -
System Red Green Blue C M Y K H S L
Decimal 235 15 14 0 0.94 0.94 0.08 0.27 0.89 0.49
Hex EB F E 0 5E 5E 8 0 59 31
Octal 353 17 16 0 136 136 10 0 131 61
Binary 11101011 1111 1110 0 1011110 1011110 1000 0 1011001 110001

Color Harmonies of #EB0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F0E

Black with #EB0F0E

Text Example


Text Example

White with #EB0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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