Html Css Color HEX #EA2C01 Scarlet

📋 copy color: '#EA2C01'

red 234 ◦ green 44 ◦ blue 1

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

Shades of Scarlet #EA2C01

Tints of Scarlet #EA2C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 83.87%
G = 15.77%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA2C01 (or 0xEA2C01) is known color: Scarlet. HEX triplet: EA, 2C and 01. RGB value is (234,44,1). Sum of RGB (Red+Green+Blue) = 234+44+1=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2C01 is #15D3FE. Grayscale: #606060. Windows color (decimal): -1430527 or 77034. OLE color: 77034.

HSL color Cylindrical-coordinate representation of color #EA2C01: hue angle of 11.07º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA2C01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 44 1 -
CMYK 0 0.81 1.00 0.08
HSL 11.07º 0.99% 0.46% -
HSV(B) 11.07º 1% 0.92% -
XYZ 34.84 19.3 1.92 -
YUV 95.91 74.45 226.5 -
System Red Green Blue C M Y K H S L
Decimal 234 44 1 0 0.81 1.00 0.08 11.07 0.99 0.46
Hex EA 2C 1 0 51 64 8 B 63 2E
Octal 352 54 1 0 121 144 10 13 143 56
Binary 11101010 101100 1 0 1010001 1100100 1000 1011 1100011 101110

Color Harmonies of #EA2C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2C01

Black with #EA2C01

Text Example


Text Example

White with #EA2C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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