Html Css Color HEX #E02306 Scarlet

📋 copy color: '#E02306'

red 224 ◦ green 35 ◦ blue 6

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

Shades of Scarlet #E02306

Tints of Scarlet #E02306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 84.53%
G = 13.21%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E02306 (or 0xE02306) is known color: Scarlet. HEX triplet: E0, 23 and 06. RGB value is (224,35,6). Sum of RGB (Red+Green+Blue) = 224+35+6=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E02306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02306 is #1FDCF9. Grayscale: #585858. Windows color (decimal): -2088186 or 402400. OLE color: 402400.

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

Color convert

RGB 224 35 6 -
CMYK 0 0.84 0.97 0.12
HSL 7.98º 0.95% 0.45% -
HSV(B) 7.98º 0.97% 0.88% -
XYZ 31.37 17.06 1.81 -
YUV 88.21 81.62 224.86 -
System Red Green Blue C M Y K H S L
Decimal 224 35 6 0 0.84 0.97 0.12 7.98 0.95 0.45
Hex E0 23 6 0 54 61 C 8 5F 2D
Octal 340 43 6 0 124 141 14 10 137 55
Binary 11100000 100011 110 0 1010100 1100001 1100 1000 1011111 101101

Color Harmonies of #E02306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02306

Black with #E02306

Text Example


Text Example

White with #E02306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02306; }

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

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

background-color css

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

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

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

border-color css

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

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

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