Html Css Color HEX #E02002 Scarlet

📋 copy color: '#E02002'

red 224 ◦ green 32 ◦ blue 2

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

Shades of Scarlet #E02002

Tints of Scarlet #E02002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 86.82%
G = 12.4%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E02002 (or 0xE02002) is known color: Scarlet. HEX triplet: E0, 20 and 02. RGB value is (224,32,2). Sum of RGB (Red+Green+Blue) = 224+32+2=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E02002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02002 is #1FDFFD. Grayscale: #565656. Windows color (decimal): -2088958 or 139488. OLE color: 139488.

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

Color convert

RGB 224 32 2 -
CMYK 0 0.86 0.99 0.12
HSL 8.11º 0.98% 0.44% -
HSV(B) 8.11º 0.99% 0.88% -
XYZ 31.27 16.88 1.67 -
YUV 85.99 80.61 226.44 -
System Red Green Blue C M Y K H S L
Decimal 224 32 2 0 0.86 0.99 0.12 8.11 0.98 0.44
Hex E0 20 2 0 56 63 C 8 62 2C
Octal 340 40 2 0 126 143 14 10 142 54
Binary 11100000 100000 10 0 1010110 1100011 1100 1000 1100010 101100

Color Harmonies of #E02002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02002

Black with #E02002

Text Example


Text Example

White with #E02002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02002; }

 p { color: rgb(224,32,2); }

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

background-color css

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

 a { background-color: rgb(224,32,2); }

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

border-color css

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

 span { border-color: rgb(224,32,2); }

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