Html Css Color HEX #E7300D Scarlet

📋 copy color: '#E7300D'

red 231 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #E7300D

Tints of Scarlet #E7300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 79.11%
G = 16.44%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7300D (or 0xE7300D) is known color: Scarlet. HEX triplet: E7, 30 and 0D. RGB value is (231,48,13). Sum of RGB (Red+Green+Blue) = 231+48+13=292 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.11% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 231 - color contains mainly: red. Hex color #E7300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7300D is #18CFF2. Grayscale: #636363. Windows color (decimal): -1626099 or 864487. OLE color: 864487.

HSL color Cylindrical-coordinate representation of color #E7300D: hue angle of 9.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7300D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 48 13 -
CMYK 0 0.79 0.94 0.09
HSL 9.63º 0.89% 0.48% -
HSV(B) 9.63º 0.94% 0.91% -
XYZ 34.08 19.13 2.28 -
YUV 98.73 79.63 222.35 -
System Red Green Blue C M Y K H S L
Decimal 231 48 13 0 0.79 0.94 0.09 9.63 0.89 0.48
Hex E7 30 D 0 4F 5E 9 A 59 30
Octal 347 60 15 0 117 136 11 12 131 60
Binary 11100111 110000 1101 0 1001111 1011110 1001 1010 1011001 110000

Color Harmonies of #E7300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7300D

Black with #E7300D

Text Example


Text Example

White with #E7300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7300D; }

 p { color: rgb(231,48,13); }

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

background-color css

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

 a { background-color: rgb(231,48,13); }

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

border-color css

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

 span { border-color: rgb(231,48,13); }

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