Html Css Color HEX #E02207 Scarlet

📋 copy color: '#E02207'

red 224 ◦ green 34 ◦ blue 7

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

Shades of Scarlet #E02207

Tints of Scarlet #E02207

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 84.53%
G = 12.83%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E02207 (or 0xE02207) is known color: Scarlet. HEX triplet: E0, 22 and 07. RGB value is (224,34,7). Sum of RGB (Red+Green+Blue) = 224+34+7=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E02207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02207 is #1FDDF8. Grayscale: #585858. Windows color (decimal): -2088441 or 467680. OLE color: 467680.

HSL color Cylindrical-coordinate representation of color #E02207: hue angle of 7.47º degrees, saturation: 0.94, 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 #E02207 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 34 7 -
CMYK 0 0.85 0.97 0.12
HSL 7.47º 0.94% 0.45% -
HSV(B) 7.47º 0.97% 0.88% -
XYZ 31.35 17.01 1.83 -
YUV 87.73 82.45 225.2 -
System Red Green Blue C M Y K H S L
Decimal 224 34 7 0 0.85 0.97 0.12 7.47 0.94 0.45
Hex E0 22 7 0 55 61 C 7 5E 2D
Octal 340 42 7 0 125 141 14 7 136 55
Binary 11100000 100010 111 0 1010101 1100001 1100 111 1011110 101101

Color Harmonies of #E02207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02207

Black with #E02207

Text Example


Text Example

White with #E02207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02207; }

 p { color: rgb(224,34,7); }

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

background-color css

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

 a { background-color: rgb(224,34,7); }

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

border-color css

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

 span { border-color: rgb(224,34,7); }

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