Html Css Color HEX #EB0C05 Red

📋 copy color: '#EB0C05'

red 235 ◦ green 12 ◦ blue 5

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

Shades of Red #EB0C05

Tints of Red #EB0C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 93.25%
G = 4.76%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB0C05 (or 0xEB0C05) is known color: Red. HEX triplet: EB, 0C and 05. RGB value is (235,12,5). Sum of RGB (Red+Green+Blue) = 235+12+5=252 (33% of max value = 765). Red value is 235 (92.19% from 255 or 93.25% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0C05 is #14F3FA. Grayscale: #4E4E4E. Windows color (decimal): -1373179 or 330987. OLE color: 330987.

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

Color convert

RGB 235 12 5 -
CMYK 0 0.95 0.98 0.08
HSL 1.83º 0.96% 0.47% -
HSV(B) 1.83º 0.98% 0.92% -
XYZ 34.42 17.94 1.79 -
YUV 77.88 86.88 240.07 -
System Red Green Blue C M Y K H S L
Decimal 235 12 5 0 0.95 0.98 0.08 1.83 0.96 0.47
Hex EB C 5 0 5F 62 8 2 60 2F
Octal 353 14 5 0 137 142 10 2 140 57
Binary 11101011 1100 101 0 1011111 1100010 1000 10 1100000 101111

Color Harmonies of #EB0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C05

Black with #EB0C05

Text Example


Text Example

White with #EB0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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