Html Css Color HEX #E52C02 Scarlet

📋 copy color: '#E52C02'

red 229 ◦ green 44 ◦ blue 2

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

Shades of Scarlet #E52C02

Tints of Scarlet #E52C02

RGB

 RED value IS 229 (89.84% from 255) = 83.27%

 GREEN value IS 44 (17.58% from 255) = 16%

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

R = 83.27%
G = 16%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E52C02 (or 0xE52C02) is known color: Scarlet. HEX triplet: E5, 2C and 02. RGB value is (229,44,2). Sum of RGB (Red+Green+Blue) = 229+44+2=275 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.27% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52C02 is #1AD3FD. Grayscale: #5E5E5E. Windows color (decimal): -1758206 or 142565. OLE color: 142565.

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

Color convert

RGB 229 44 2 -
CMYK 0 0.81 0.99 0.10
HSL 11.1º 0.98% 0.45% -
HSV(B) 11.1º 0.99% 0.9% -
XYZ 33.22 18.46 1.87 -
YUV 94.53 75.79 223.92 -
System Red Green Blue C M Y K H S L
Decimal 229 44 2 0 0.81 0.99 0.10 11.1 0.98 0.45
Hex E5 2C 2 0 51 63 A B 62 2D
Octal 345 54 2 0 121 143 12 13 142 55
Binary 11100101 101100 10 0 1010001 1100011 1010 1011 1100010 101101

Color Harmonies of #E52C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C02

Black with #E52C02

Text Example


Text Example

White with #E52C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C02; }

 p { color: rgb(229,44,2); }

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

background-color css

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

 a { background-color: rgb(229,44,2); }

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

border-color css

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

 span { border-color: rgb(229,44,2); }

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