Html Css Color HEX #E3270A Scarlet

📋 copy color: '#E3270A'

red 227 ◦ green 39 ◦ blue 10

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

Shades of Scarlet #E3270A

Tints of Scarlet #E3270A

RGB

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

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

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

R = 82.25%
G = 14.13%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3270A (or 0xE3270A) is known color: Scarlet. HEX triplet: E3, 27 and 0A. RGB value is (227,39,10). Sum of RGB (Red+Green+Blue) = 227+39+10=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3270A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3270A is #1CD8F5. Grayscale: #5C5C5C. Windows color (decimal): -1890550 or 665571. OLE color: 665571.

HSL color Cylindrical-coordinate representation of color #E3270A: hue angle of 8.02º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3270A is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 39 10 -
CMYK 0 0.83 0.96 0.11
HSL 8.02º 0.92% 0.46% -
HSV(B) 8.02º 0.96% 0.89% -
XYZ 32.46 17.8 2.01 -
YUV 91.91 81.78 224.36 -
System Red Green Blue C M Y K H S L
Decimal 227 39 10 0 0.83 0.96 0.11 8.02 0.92 0.46
Hex E3 27 A 0 53 60 B 8 5C 2E
Octal 343 47 12 0 123 140 13 10 134 56
Binary 11100011 100111 1010 0 1010011 1100000 1011 1000 1011100 101110

Color Harmonies of #E3270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3270A

Black with #E3270A

Text Example


Text Example

White with #E3270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3270A; }

 p { color: rgb(227,39,10); }

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

background-color css

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

 a { background-color: rgb(227,39,10); }

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

border-color css

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

 span { border-color: rgb(227,39,10); }

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