Html Css Color HEX #E72C02 Scarlet

📋 copy color: '#E72C02'

red 231 ◦ green 44 ◦ blue 2

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

Shades of Scarlet #E72C02

Tints of Scarlet #E72C02

RGB

 RED value IS 231 (90.63% from 255) = 83.39%

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

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

R = 83.39%
G = 15.88%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E72C02 (or 0xE72C02) is known color: Scarlet. HEX triplet: E7, 2C and 02. RGB value is (231,44,2). Sum of RGB (Red+Green+Blue) = 231+44+2=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72C02 is #18D3FD. Grayscale: #5F5F5F. Windows color (decimal): -1627134 or 142567. OLE color: 142567.

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

Color convert

RGB 231 44 2 -
CMYK 0 0.81 0.99 0.09
HSL 11º 0.98% 0.46% -
HSV(B) 11º 0.99% 0.91% -
XYZ 33.87 18.79 1.9 -
YUV 95.13 75.45 224.92 -
System Red Green Blue C M Y K H S L
Decimal 231 44 2 0 0.81 0.99 0.09 11 0.98 0.46
Hex E7 2C 2 0 51 63 9 B 62 2E
Octal 347 54 2 0 121 143 11 13 142 56
Binary 11100111 101100 10 0 1010001 1100011 1001 1011 1100010 101110

Color Harmonies of #E72C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72C02

Black with #E72C02

Text Example


Text Example

White with #E72C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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