Html Css Color HEX #EA271B Scarlet

📋 copy color: '#EA271B'

red 234 ◦ green 39 ◦ blue 27

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

Shades of Scarlet #EA271B

Tints of Scarlet #EA271B

RGB

 RED value IS 234 (91.8% from 255) = 78%

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

 BLUE value IS 27 (10.94% from 255) = 9%

R = 78%
G = 13%
B = 9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA271B (or 0xEA271B) is known color: Scarlet. HEX triplet: EA, 27 and 1B. RGB value is (234,39,27). Sum of RGB (Red+Green+Blue) = 234+39+27=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA271B is #15D8E4. Grayscale: #606060. Windows color (decimal): -1431781 or 1779690. OLE color: 1779690.

HSL color Cylindrical-coordinate representation of color #EA271B: hue angle of 3.48º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA271B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 39 27 -
CMYK 0 0.83 0.88 0.08
HSL 3.48º 0.83% 0.51% -
HSV(B) 3.48º 0.88% 0.92% -
XYZ 34.86 19.02 2.87 -
YUV 95.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 234 39 27 0 0.83 0.88 0.08 3.48 0.83 0.51
Hex EA 27 1B 0 53 58 8 3 53 33
Octal 352 47 33 0 123 130 10 3 123 63
Binary 11101010 100111 11011 0 1010011 1011000 1000 11 1010011 110011

Color Harmonies of #EA271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA271B

Black with #EA271B

Text Example


Text Example

White with #EA271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA271B; }

 p { color: rgb(234,39,27); }

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

background-color css

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

 a { background-color: rgb(234,39,27); }

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

border-color css

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

 span { border-color: rgb(234,39,27); }

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