Html Css Color HEX #E42502 Scarlet

📋 copy color: '#E42502'

red 228 ◦ green 37 ◦ blue 2

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

Shades of Scarlet #E42502

Tints of Scarlet #E42502

RGB

 RED value IS 228 (89.45% from 255) = 85.39%

 GREEN value IS 37 (14.84% from 255) = 13.86%

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

R = 85.39%
G = 13.86%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E42502 (or 0xE42502) is known color: Scarlet. HEX triplet: E4, 25 and 02. RGB value is (228,37,2). Sum of RGB (Red+Green+Blue) = 228+37+2=267 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.39% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 228 - color contains mainly: red. Hex color #E42502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42502 is #1BDAFD. Grayscale: #5A5A5A. Windows color (decimal): -1825534 or 140772. OLE color: 140772.

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

Color convert

RGB 228 37 2 -
CMYK 0 0.84 0.99 0.11
HSL 9.29º 0.98% 0.45% -
HSV(B) 9.29º 0.99% 0.89% -
XYZ 32.67 17.82 1.78 -
YUV 90.12 78.28 226.35 -
System Red Green Blue C M Y K H S L
Decimal 228 37 2 0 0.84 0.99 0.11 9.29 0.98 0.45
Hex E4 25 2 0 54 63 B 9 62 2D
Octal 344 45 2 0 124 143 13 11 142 55
Binary 11100100 100101 10 0 1010100 1100011 1011 1001 1100010 101101

Color Harmonies of #E42502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42502

Black with #E42502

Text Example


Text Example

White with #E42502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42502; }

 p { color: rgb(228,37,2); }

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

background-color css

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

 a { background-color: rgb(228,37,2); }

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

border-color css

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

 span { border-color: rgb(228,37,2); }

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