Html Css Color HEX #EB0F03 Red

📋 copy color: '#EB0F03'

red 235 ◦ green 15 ◦ blue 3

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

Shades of Red #EB0F03

Tints of Red #EB0F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.93%

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

R = 92.89%
G = 5.93%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB0F03 (or 0xEB0F03) is known color: Red. HEX triplet: EB, 0F and 03. RGB value is (235,15,3). Sum of RGB (Red+Green+Blue) = 235+15+3=253 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.89% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0F03 is #14F0FC. Grayscale: #4F4F4F. Windows color (decimal): -1372413 or 200683. OLE color: 200683.

HSL color Cylindrical-coordinate representation of color #EB0F03: hue angle of 3.1º 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 #EB0F03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 3 -
CMYK 0 0.94 0.99 0.08
HSL 3.1º 0.97% 0.47% -
HSV(B) 3.1º 0.99% 0.92% -
XYZ 34.45 18.01 1.75 -
YUV 79.41 84.89 238.98 -
System Red Green Blue C M Y K H S L
Decimal 235 15 3 0 0.94 0.99 0.08 3.1 0.97 0.47
Hex EB F 3 0 5E 63 8 3 61 2F
Octal 353 17 3 0 136 143 10 3 141 57
Binary 11101011 1111 11 0 1011110 1100011 1000 11 1100001 101111

Color Harmonies of #EB0F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F03

Black with #EB0F03

Text Example


Text Example

White with #EB0F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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