Html Css Color HEX #EB0C04 Red

📋 copy color: '#EB0C04'

red 235 ◦ green 12 ◦ blue 4

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

Shades of Red #EB0C04

Tints of Red #EB0C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 93.63%
G = 4.78%
B = 1.59%

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

#EB0C04 (or 0xEB0C04) is known color: Red. HEX triplet: EB, 0C and 04. RGB value is (235,12,4). Sum of RGB (Red+Green+Blue) = 235+12+4=251 (33% of max value = 765). Red value is 235 (92.19% from 255 or 93.63% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0C04 is #14F3FB. Grayscale: #4E4E4E. Windows color (decimal): -1373180 or 265451. OLE color: 265451.

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

Color convert

RGB 235 12 4 -
CMYK 0 0.95 0.98 0.08
HSL 2.08º 0.97% 0.47% -
HSV(B) 2.08º 0.98% 0.92% -
XYZ 34.41 17.93 1.76 -
YUV 77.77 86.38 240.15 -
System Red Green Blue C M Y K H S L
Decimal 235 12 4 0 0.95 0.98 0.08 2.08 0.97 0.47
Hex EB C 4 0 5F 62 8 2 61 2F
Octal 353 14 4 0 137 142 10 2 141 57
Binary 11101011 1100 100 0 1011111 1100010 1000 10 1100001 101111

Color Harmonies of #EB0C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C04

Black with #EB0C04

Text Example


Text Example

White with #EB0C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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