Html Css Color HEX #E72C06 Scarlet

📋 copy color: '#E72C06'

red 231 ◦ green 44 ◦ blue 6

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

Shades of Scarlet #E72C06

Tints of Scarlet #E72C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 82.21%
G = 15.66%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E72C06 (or 0xE72C06) is known color: Scarlet. HEX triplet: E7, 2C and 06. RGB value is (231,44,6). Sum of RGB (Red+Green+Blue) = 231+44+6=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72C06 is #18D3F9. Grayscale: #5F5F5F. Windows color (decimal): -1627130 or 404711. OLE color: 404711.

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

Color convert

RGB 231 44 6 -
CMYK 0 0.81 0.97 0.09
HSL 10.13º 0.95% 0.46% -
HSV(B) 10.13º 0.97% 0.91% -
XYZ 33.89 18.8 2.02 -
YUV 95.58 77.45 224.59 -
System Red Green Blue C M Y K H S L
Decimal 231 44 6 0 0.81 0.97 0.09 10.13 0.95 0.46
Hex E7 2C 6 0 51 61 9 A 5F 2E
Octal 347 54 6 0 121 141 11 12 137 56
Binary 11100111 101100 110 0 1010001 1100001 1001 1010 1011111 101110

Color Harmonies of #E72C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72C06

Black with #E72C06

Text Example


Text Example

White with #E72C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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