Html Css Color HEX #E5270C Scarlet

📋 copy color: '#E5270C'

red 229 ◦ green 39 ◦ blue 12

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

Shades of Scarlet #E5270C

Tints of Scarlet #E5270C

RGB

 RED value IS 229 (89.84% from 255) = 81.79%

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 81.79%
G = 13.93%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5270C (or 0xE5270C) is known color: Scarlet. HEX triplet: E5, 27 and 0C. RGB value is (229,39,12). Sum of RGB (Red+Green+Blue) = 229+39+12=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E5270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5270C is #1AD8F3. Grayscale: #5D5D5D. Windows color (decimal): -1759476 or 796645. OLE color: 796645.

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

Color convert

RGB 229 39 12 -
CMYK 0 0.83 0.95 0.10
HSL 7.47º 0.9% 0.47% -
HSV(B) 7.47º 0.95% 0.9% -
XYZ 33.1 18.14 2.1 -
YUV 92.73 82.45 225.2 -
System Red Green Blue C M Y K H S L
Decimal 229 39 12 0 0.83 0.95 0.10 7.47 0.9 0.47
Hex E5 27 C 0 53 5F A 7 5A 2F
Octal 345 47 14 0 123 137 12 7 132 57
Binary 11100101 100111 1100 0 1010011 1011111 1010 111 1011010 101111

Color Harmonies of #E5270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5270C

Black with #E5270C

Text Example


Text Example

White with #E5270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5270C; }

 p { color: rgb(229,39,12); }

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

background-color css

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

 a { background-color: rgb(229,39,12); }

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

border-color css

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

 span { border-color: rgb(229,39,12); }

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