Html Css Color HEX #E72F0A Scarlet

📋 copy color: '#E72F0A'

red 231 ◦ green 47 ◦ blue 10

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

Shades of Scarlet #E72F0A

Tints of Scarlet #E72F0A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.32%

 BLUE value IS 10 (4.3% from 255) = 3.47%

R = 80.21%
G = 16.32%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E72F0A (or 0xE72F0A) is known color: Scarlet. HEX triplet: E7, 2F and 0A. RGB value is (231,47,10). Sum of RGB (Red+Green+Blue) = 231+47+10=288 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.21% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 231 - color contains mainly: red. Hex color #E72F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72F0A is #18D0F5. Grayscale: #626262. Windows color (decimal): -1626358 or 667623. OLE color: 667623.

HSL color Cylindrical-coordinate representation of color #E72F0A: hue angle of 10.05º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E72F0A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 47 10 -
CMYK 0 0.80 0.96 0.09
HSL 10.05º 0.92% 0.47% -
HSV(B) 10.05º 0.96% 0.91% -
XYZ 34.03 19.04 2.17 -
YUV 97.8 78.46 223.01 -
System Red Green Blue C M Y K H S L
Decimal 231 47 10 0 0.80 0.96 0.09 10.05 0.92 0.47
Hex E7 2F A 0 50 60 9 A 5C 2F
Octal 347 57 12 0 120 140 11 12 134 57
Binary 11100111 101111 1010 0 1010000 1100000 1001 1010 1011100 101111

Color Harmonies of #E72F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72F0A

Black with #E72F0A

Text Example


Text Example

White with #E72F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72F0A; }

 p { color: rgb(231,47,10); }

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

background-color css

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

 a { background-color: rgb(231,47,10); }

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

border-color css

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

 span { border-color: rgb(231,47,10); }

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