Html Css Color HEX #EB0D0C Red

📋 copy color: '#EB0D0C'

red 235 ◦ green 13 ◦ blue 12

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

Shades of Red #EB0D0C

Tints of Red #EB0D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

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

R = 90.38%
G = 5%
B = 4.62%

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

#EB0D0C (or 0xEB0D0C) is known color: Red. HEX triplet: EB, 0D and 0C. RGB value is (235,13,12). Sum of RGB (Red+Green+Blue) = 235+13+12=260 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.38% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0D0C is #14F2F3. Grayscale: #4F4F4F. Windows color (decimal): -1372916 or 789995. OLE color: 789995.

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

Color convert

RGB 235 13 12 -
CMYK 0 0.94 0.95 0.08
HSL 0.27º 0.9% 0.48% -
HSV(B) 0.27º 0.95% 0.92% -
XYZ 34.47 17.98 2 -
YUV 79.26 90.05 239.08 -
System Red Green Blue C M Y K H S L
Decimal 235 13 12 0 0.94 0.95 0.08 0.27 0.9 0.48
Hex EB D C 0 5E 5F 8 0 5A 30
Octal 353 15 14 0 136 137 10 0 132 60
Binary 11101011 1101 1100 0 1011110 1011111 1000 0 1011010 110000

Color Harmonies of #EB0D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D0C

Black with #EB0D0C

Text Example


Text Example

White with #EB0D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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