Html Css Color HEX #E02602 Scarlet

📋 copy color: '#E02602'

red 224 ◦ green 38 ◦ blue 2

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

Shades of Scarlet #E02602

Tints of Scarlet #E02602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

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

R = 84.85%
G = 14.39%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E02602 (or 0xE02602) is known color: Scarlet. HEX triplet: E0, 26 and 02. RGB value is (224,38,2). Sum of RGB (Red+Green+Blue) = 224+38+2=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E02602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02602 is #1FD9FD. Grayscale: #595959. Windows color (decimal): -2087422 or 141024. OLE color: 141024.

HSL color Cylindrical-coordinate representation of color #E02602: hue angle of 9.73º 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 #E02602 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 38 2 -
CMYK 0 0.83 0.99 0.12
HSL 9.73º 0.98% 0.44% -
HSV(B) 9.73º 0.99% 0.88% -
XYZ 31.44 17.24 1.73 -
YUV 89.51 78.62 223.93 -
System Red Green Blue C M Y K H S L
Decimal 224 38 2 0 0.83 0.99 0.12 9.73 0.98 0.44
Hex E0 26 2 0 53 63 C A 62 2C
Octal 340 46 2 0 123 143 14 12 142 54
Binary 11100000 100110 10 0 1010011 1100011 1100 1010 1100010 101100

Color Harmonies of #E02602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02602

Black with #E02602

Text Example


Text Example

White with #E02602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02602; }

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

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

background-color css

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

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

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

border-color css

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

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

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