Html Css Color HEX #EA2C1A Scarlet

📋 copy color: '#EA2C1A'

red 234 ◦ green 44 ◦ blue 26

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

Shades of Scarlet #EA2C1A

Tints of Scarlet #EA2C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 76.97%
G = 14.47%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA2C1A (or 0xEA2C1A) is known color: Scarlet. HEX triplet: EA, 2C and 1A. RGB value is (234,44,26). Sum of RGB (Red+Green+Blue) = 234+44+26=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2C1A is #15D3E5. Grayscale: #636363. Windows color (decimal): -1430502 or 1715434. OLE color: 1715434.

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

Color convert

RGB 234 44 26 -
CMYK 0 0.81 0.89 0.08
HSL 5.19º 0.83% 0.51% -
HSV(B) 5.19º 0.89% 0.92% -
XYZ 35.02 19.37 2.87 -
YUV 98.76 86.95 224.46 -
System Red Green Blue C M Y K H S L
Decimal 234 44 26 0 0.81 0.89 0.08 5.19 0.83 0.51
Hex EA 2C 1A 0 51 59 8 5 53 33
Octal 352 54 32 0 121 131 10 5 123 63
Binary 11101010 101100 11010 0 1010001 1011001 1000 101 1010011 110011

Color Harmonies of #EA2C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2C1A

Black with #EA2C1A

Text Example


Text Example

White with #EA2C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2C1A; }

 p { color: rgb(234,44,26); }

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

background-color css

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

 a { background-color: rgb(234,44,26); }

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

border-color css

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

 span { border-color: rgb(234,44,26); }

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