Html Css Color HEX #EB0F0C Red

📋 copy color: '#EB0F0C'

red 235 ◦ green 15 ◦ blue 12

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

Shades of Red #EB0F0C

Tints of Red #EB0F0C

RGB

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

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

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

R = 89.69%
G = 5.73%
B = 4.58%

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

#EB0F0C (or 0xEB0F0C) is known color: Red. HEX triplet: EB, 0F and 0C. RGB value is (235,15,12). Sum of RGB (Red+Green+Blue) = 235+15+12=262 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.69% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0F0C is #14F0F3. Grayscale: #505050. Windows color (decimal): -1372404 or 790507. OLE color: 790507.

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

Color convert

RGB 235 15 12 -
CMYK 0 0.94 0.95 0.08
HSL 0.81º 0.9% 0.48% -
HSV(B) 0.81º 0.95% 0.92% -
XYZ 34.5 18.03 2.01 -
YUV 80.44 89.39 238.24 -
System Red Green Blue C M Y K H S L
Decimal 235 15 12 0 0.94 0.95 0.08 0.81 0.9 0.48
Hex EB F C 0 5E 5F 8 1 5A 30
Octal 353 17 14 0 136 137 10 1 132 60
Binary 11101011 1111 1100 0 1011110 1011111 1000 1 1011010 110000

Color Harmonies of #EB0F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F0C

Black with #EB0F0C

Text Example


Text Example

White with #EB0F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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