Html Css Color HEX #E3250C Scarlet

📋 copy color: '#E3250C'

red 227 ◦ green 37 ◦ blue 12

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

Shades of Scarlet #E3250C

Tints of Scarlet #E3250C

RGB

 RED value IS 227 (89.06% from 255) = 82.25%

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

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

R = 82.25%
G = 13.41%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3250C (or 0xE3250C) is known color: Scarlet. HEX triplet: E3, 25 and 0C. RGB value is (227,37,12). Sum of RGB (Red+Green+Blue) = 227+37+12=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3250C is #1CDAF3. Grayscale: #5B5B5B. Windows color (decimal): -1891060 or 796131. OLE color: 796131.

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

Color convert

RGB 227 37 12 -
CMYK 0 0.84 0.95 0.11
HSL 6.98º 0.9% 0.47% -
HSV(B) 6.98º 0.95% 0.89% -
XYZ 32.41 17.68 2.05 -
YUV 90.96 83.45 225.03 -
System Red Green Blue C M Y K H S L
Decimal 227 37 12 0 0.84 0.95 0.11 6.98 0.9 0.47
Hex E3 25 C 0 54 5F B 7 5A 2F
Octal 343 45 14 0 124 137 13 7 132 57
Binary 11100011 100101 1100 0 1010100 1011111 1011 111 1011010 101111

Color Harmonies of #E3250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3250C

Black with #E3250C

Text Example


Text Example

White with #E3250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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