Html Css Color HEX #EB0703 Red

📋 copy color: '#EB0703'

red 235 ◦ green 7 ◦ blue 3

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

Shades of Red #EB0703

Tints of Red #EB0703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

 BLUE value IS 3 (1.56% from 255) = 1.22%

R = 95.92%
G = 2.86%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB0703 (or 0xEB0703) is known color: Red. HEX triplet: EB, 07 and 03. RGB value is (235,7,3). Sum of RGB (Red+Green+Blue) = 235+7+3=245 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.92% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0703 is #14F8FC. Grayscale: #4A4A4A. Windows color (decimal): -1374461 or 198635. OLE color: 198635.

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

Color convert

RGB 235 7 3 -
CMYK 0 0.97 0.99 0.08
HSL 1.03º 0.97% 0.47% -
HSV(B) 1.03º 0.99% 0.92% -
XYZ 34.35 17.82 1.72 -
YUV 74.72 87.54 242.33 -
System Red Green Blue C M Y K H S L
Decimal 235 7 3 0 0.97 0.99 0.08 1.03 0.97 0.47
Hex EB 7 3 0 61 63 8 1 61 2F
Octal 353 7 3 0 141 143 10 1 141 57
Binary 11101011 111 11 0 1100001 1100011 1000 1 1100001 101111

Color Harmonies of #EB0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0703

Black with #EB0703

Text Example


Text Example

White with #EB0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0703; }

 p { color: rgb(235,7,3); }

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

background-color css

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

 a { background-color: rgb(235,7,3); }

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

border-color css

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

 span { border-color: rgb(235,7,3); }

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