Html Css Color HEX #EB3303 Scarlet

📋 copy color: '#EB3303'

red 235 ◦ green 51 ◦ blue 3

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

Shades of Scarlet #EB3303

Tints of Scarlet #EB3303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 81.31%
G = 17.65%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB3303 (or 0xEB3303) is known color: Scarlet. HEX triplet: EB, 33 and 03. RGB value is (235,51,3). Sum of RGB (Red+Green+Blue) = 235+51+3=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3303 is #14CCFC. Grayscale: #646464. Windows color (decimal): -1363197 or 209899. OLE color: 209899.

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

Color convert

RGB 235 51 3 -
CMYK 0 0.78 0.99 0.08
HSL 12.41º 0.97% 0.47% -
HSV(B) 12.41º 0.99% 0.92% -
XYZ 35.46 20.04 2.08 -
YUV 100.54 72.96 223.9 -
System Red Green Blue C M Y K H S L
Decimal 235 51 3 0 0.78 0.99 0.08 12.41 0.97 0.47
Hex EB 33 3 0 4E 63 8 C 61 2F
Octal 353 63 3 0 116 143 10 14 141 57
Binary 11101011 110011 11 0 1001110 1100011 1000 1100 1100001 101111

Color Harmonies of #EB3303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3303

Black with #EB3303

Text Example


Text Example

White with #EB3303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3303; }

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

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

background-color css

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

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

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

border-color css

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

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

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