Html Css Color HEX #EB2C19 Scarlet

📋 copy color: '#EB2C19'

red 235 ◦ green 44 ◦ blue 25

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

Shades of Scarlet #EB2C19

Tints of Scarlet #EB2C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 77.3%
G = 14.47%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB2C19 (or 0xEB2C19) is known color: Scarlet. HEX triplet: EB, 2C and 19. RGB value is (235,44,25). Sum of RGB (Red+Green+Blue) = 235+44+25=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C19 is #14D3E6. Grayscale: #636363. Windows color (decimal): -1364967 or 1649899. OLE color: 1649899.

HSL color Cylindrical-coordinate representation of color #EB2C19: hue angle of 5.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB2C19 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 44 25 -
CMYK 0 0.81 0.89 0.08
HSL 5.43º 0.84% 0.51% -
HSV(B) 5.43º 0.89% 0.92% -
XYZ 35.34 19.53 2.83 -
YUV 98.94 86.28 225.04 -
System Red Green Blue C M Y K H S L
Decimal 235 44 25 0 0.81 0.89 0.08 5.43 0.84 0.51
Hex EB 2C 19 0 51 59 8 5 54 33
Octal 353 54 31 0 121 131 10 5 124 63
Binary 11101011 101100 11001 0 1010001 1011001 1000 101 1010100 110011

Color Harmonies of #EB2C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C19

Black with #EB2C19

Text Example


Text Example

White with #EB2C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C19; }

 p { color: rgb(235,44,25); }

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

background-color css

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

 a { background-color: rgb(235,44,25); }

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

border-color css

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

 span { border-color: rgb(235,44,25); }

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