Html Css Color HEX #EB0F0B Red

📋 copy color: '#EB0F0B'

red 235 ◦ green 15 ◦ blue 11

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

Shades of Red #EB0F0B

Tints of Red #EB0F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.21%

R = 90.04%
G = 5.75%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB0F0B (or 0xEB0F0B) is known color: Red. HEX triplet: EB, 0F and 0B. RGB value is (235,15,11). Sum of RGB (Red+Green+Blue) = 235+15+11=261 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.04% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0F0B is #14F0F4. Grayscale: #505050. Windows color (decimal): -1372405 or 724971. OLE color: 724971.

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

Color convert

RGB 235 15 11 -
CMYK 0 0.94 0.95 0.08
HSL 1.07º 0.91% 0.48% -
HSV(B) 1.07º 0.95% 0.92% -
XYZ 34.49 18.03 1.98 -
YUV 80.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 235 15 11 0 0.94 0.95 0.08 1.07 0.91 0.48
Hex EB F B 0 5E 5F 8 1 5B 30
Octal 353 17 13 0 136 137 10 1 133 60
Binary 11101011 1111 1011 0 1011110 1011111 1000 1 1011011 110000

Color Harmonies of #EB0F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F0B

Black with #EB0F0B

Text Example


Text Example

White with #EB0F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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