Html Css Color HEX #EB0C00 Red

📋 copy color: '#EB0C00'

red 235 ◦ green 12 ◦ blue 0

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

Shades of Red #EB0C00

Tints of Red #EB0C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.14%
G = 4.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB0C00 (or 0xEB0C00) is known color: Red. HEX triplet: EB, 0C and 00. RGB value is (235,12,0). Sum of RGB (Red+Green+Blue) = 235+12+0=247 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.14% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0C00 is #14F3FF. Grayscale: #4D4D4D. Windows color (decimal): -1373184 or 3307. OLE color: 3307.

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

Color convert

RGB 235 12 0 -
CMYK 0 0.95 1 0.08
HSL 3.06º 1% 0.46% -
HSV(B) 3.06º 1% 0.92% -
XYZ 34.39 17.93 1.65 -
YUV 77.31 84.38 240.48 -
System Red Green Blue C M Y K H S L
Decimal 235 12 0 0 0.95 1 0.08 3.06 1 0.46
Hex EB C 0 0 5F 64 8 3 64 2E
Octal 353 14 0 0 137 144 10 3 144 56
Binary 11101011 1100 0 0 1011111 1100100 1000 11 1100100 101110

Color Harmonies of #EB0C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C00

Black with #EB0C00

Text Example


Text Example

White with #EB0C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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