Html Css Color HEX #E7250C Scarlet

📋 copy color: '#E7250C'

red 231 ◦ green 37 ◦ blue 12

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

Shades of Scarlet #E7250C

Tints of Scarlet #E7250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 82.5%
G = 13.21%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7250C (or 0xE7250C) is known color: Scarlet. HEX triplet: E7, 25 and 0C. RGB value is (231,37,12). Sum of RGB (Red+Green+Blue) = 231+37+12=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E7250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7250C is #18DAF3. Grayscale: #5C5C5C. Windows color (decimal): -1628916 or 796135. OLE color: 796135.

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

Color convert

RGB 231 37 12 -
CMYK 0 0.84 0.95 0.09
HSL 6.85º 0.9% 0.48% -
HSV(B) 6.85º 0.95% 0.91% -
XYZ 33.68 18.34 2.11 -
YUV 92.16 82.77 227.03 -
System Red Green Blue C M Y K H S L
Decimal 231 37 12 0 0.84 0.95 0.09 6.85 0.9 0.48
Hex E7 25 C 0 54 5F 9 7 5A 30
Octal 347 45 14 0 124 137 11 7 132 60
Binary 11100111 100101 1100 0 1010100 1011111 1001 111 1011010 110000

Color Harmonies of #E7250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7250C

Black with #E7250C

Text Example


Text Example

White with #E7250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7250C; }

 p { color: rgb(231,37,12); }

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

background-color css

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

 a { background-color: rgb(231,37,12); }

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

border-color css

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

 span { border-color: rgb(231,37,12); }

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