Html Css Color HEX #EB0C02 Red

📋 copy color: '#EB0C02'

red 235 ◦ green 12 ◦ blue 2

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

Shades of Red #EB0C02

Tints of Red #EB0C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 94.38%
G = 4.82%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB0C02 (or 0xEB0C02) is known color: Red. HEX triplet: EB, 0C and 02. RGB value is (235,12,2). Sum of RGB (Red+Green+Blue) = 235+12+2=249 (32% of max value = 765). Red value is 235 (92.19% from 255 or 94.38% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0C02 is #14F3FD. Grayscale: #4D4D4D. Windows color (decimal): -1373182 or 134379. OLE color: 134379.

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

Color convert

RGB 235 12 2 -
CMYK 0 0.95 0.99 0.08
HSL 2.58º 0.98% 0.46% -
HSV(B) 2.58º 0.99% 0.92% -
XYZ 34.4 17.93 1.7 -
YUV 77.54 85.38 240.31 -
System Red Green Blue C M Y K H S L
Decimal 235 12 2 0 0.95 0.99 0.08 2.58 0.98 0.46
Hex EB C 2 0 5F 63 8 3 62 2E
Octal 353 14 2 0 137 143 10 3 142 56
Binary 11101011 1100 10 0 1011111 1100011 1000 11 1100010 101110

Color Harmonies of #EB0C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C02

Black with #EB0C02

Text Example


Text Example

White with #EB0C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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