Html Css Color HEX #E02304 Scarlet

📋 copy color: '#E02304'

red 224 ◦ green 35 ◦ blue 4

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

Shades of Scarlet #E02304

Tints of Scarlet #E02304

RGB

 RED value IS 224 (87.89% from 255) = 85.17%

 GREEN value IS 35 (14.06% from 255) = 13.31%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 85.17%
G = 13.31%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E02304 (or 0xE02304) is known color: Scarlet. HEX triplet: E0, 23 and 04. RGB value is (224,35,4). Sum of RGB (Red+Green+Blue) = 224+35+4=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E02304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02304 is #1FDCFB. Grayscale: #585858. Windows color (decimal): -2088188 or 271328. OLE color: 271328.

HSL color Cylindrical-coordinate representation of color #E02304: hue angle of 8.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E02304 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 35 4 -
CMYK 0 0.84 0.98 0.12
HSL 8.45º 0.96% 0.45% -
HSV(B) 8.45º 0.98% 0.88% -
XYZ 31.36 17.06 1.75 -
YUV 87.98 80.62 225.02 -
System Red Green Blue C M Y K H S L
Decimal 224 35 4 0 0.84 0.98 0.12 8.45 0.96 0.45
Hex E0 23 4 0 54 62 C 8 60 2D
Octal 340 43 4 0 124 142 14 10 140 55
Binary 11100000 100011 100 0 1010100 1100010 1100 1000 1100000 101101

Color Harmonies of #E02304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02304

Black with #E02304

Text Example


Text Example

White with #E02304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02304; }

 p { color: rgb(224,35,4); }

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

background-color css

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

 a { background-color: rgb(224,35,4); }

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

border-color css

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

 span { border-color: rgb(224,35,4); }

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