Html Css Color HEX #EA0C27 Torch Red

📋 copy color: '#EA0C27'

red 234 ◦ green 12 ◦ blue 39

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

Shades of Torch Red #EA0C27

Tints of Torch Red #EA0C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 82.11%
G = 4.21%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA0C27 (or 0xEA0C27) is known color: Torch Red. HEX triplet: EA, 0C and 27. RGB value is (234,12,39). Sum of RGB (Red+Green+Blue) = 234+12+39=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C27 is #15F3D8. Grayscale: #515151. Windows color (decimal): -1438681 or 2559210. OLE color: 2559210.

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

Color convert

RGB 234 12 39 -
CMYK 0 0.95 0.83 0.08
HSL 352.7º 0.9% 0.48% -
HSV(B) 352.7º 0.95% 0.92% -
XYZ 34.43 17.9 3.56 -
YUV 81.46 104.05 236.8 -
System Red Green Blue C M Y K H S L
Decimal 234 12 39 0 0.95 0.83 0.08 352.7 0.9 0.48
Hex EA C 27 0 5F 53 8 161 5A 30
Octal 352 14 47 0 137 123 10 541 132 60
Binary 11101010 1100 100111 0 1011111 1010011 1000 101100001 1011010 110000

Color Harmonies of #EA0C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0C27

Black with #EA0C27

Text Example


Text Example

White with #EA0C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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