Html Css Color HEX #EA0C21 Torch Red

📋 copy color: '#EA0C21'

red 234 ◦ green 12 ◦ blue 33

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

Shades of Torch Red #EA0C21

Tints of Torch Red #EA0C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 83.87%
G = 4.3%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA0C21 (or 0xEA0C21) is known color: Torch Red. HEX triplet: EA, 0C and 21. RGB value is (234,12,33). Sum of RGB (Red+Green+Blue) = 234+12+33=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C21 is #15F3DE. Grayscale: #505050. Windows color (decimal): -1438687 or 2165994. OLE color: 2165994.

HSL color Cylindrical-coordinate representation of color #EA0C21: hue angle of 354.32º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0C21 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 12 33 -
CMYK 0 0.95 0.86 0.08
HSL 354.32º 0.9% 0.48% -
HSV(B) 354.32º 0.95% 0.92% -
XYZ 34.34 17.87 3.08 -
YUV 80.77 101.05 237.29 -
System Red Green Blue C M Y K H S L
Decimal 234 12 33 0 0.95 0.86 0.08 354.32 0.9 0.48
Hex EA C 21 0 5F 56 8 162 5A 30
Octal 352 14 41 0 137 126 10 542 132 60
Binary 11101010 1100 100001 0 1011111 1010110 1000 101100010 1011010 110000

Color Harmonies of #EA0C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0C21

Black with #EA0C21

Text Example


Text Example

White with #EA0C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0C21; }

 p { color: rgb(234,12,33); }

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

background-color css

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

 a { background-color: rgb(234,12,33); }

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

border-color css

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

 span { border-color: rgb(234,12,33); }

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