Html Css Color HEX #EA271C Scarlet

📋 copy color: '#EA271C'

red 234 ◦ green 39 ◦ blue 28

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

Shades of Scarlet #EA271C

Tints of Scarlet #EA271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 77.74%
G = 12.96%
B = 9.3%

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

#EA271C (or 0xEA271C) is known color: Scarlet. HEX triplet: EA, 27 and 1C. RGB value is (234,39,28). Sum of RGB (Red+Green+Blue) = 234+39+28=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA271C is #15D8E3. Grayscale: #606060. Windows color (decimal): -1431780 or 1845226. OLE color: 1845226.

HSL color Cylindrical-coordinate representation of color #EA271C: hue angle of 3.2º 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 #EA271C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 39 28 -
CMYK 0 0.83 0.88 0.08
HSL 3.2º 0.83% 0.51% -
HSV(B) 3.2º 0.88% 0.92% -
XYZ 34.87 19.03 2.93 -
YUV 96.05 89.6 226.39 -
System Red Green Blue C M Y K H S L
Decimal 234 39 28 0 0.83 0.88 0.08 3.2 0.83 0.51
Hex EA 27 1C 0 53 58 8 3 53 33
Octal 352 47 34 0 123 130 10 3 123 63
Binary 11101010 100111 11100 0 1010011 1011000 1000 11 1010011 110011

Color Harmonies of #EA271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA271C

Black with #EA271C

Text Example


Text Example

White with #EA271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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