Html Css Color HEX #EA0D27 Torch Red

📋 copy color: '#EA0D27'

red 234 ◦ green 13 ◦ blue 39

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

Shades of Torch Red #EA0D27

Tints of Torch Red #EA0D27

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

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

R = 81.82%
G = 4.55%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA0D27 (or 0xEA0D27) is known color: Torch Red. HEX triplet: EA, 0D and 27. RGB value is (234,13,39). Sum of RGB (Red+Green+Blue) = 234+13+39=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D27 is #15F2D8. Grayscale: #525252. Windows color (decimal): -1438425 or 2559466. OLE color: 2559466.

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

Color convert

RGB 234 13 39 -
CMYK 0 0.94 0.83 0.08
HSL 352.94º 0.89% 0.48% -
HSV(B) 352.94º 0.94% 0.92% -
XYZ 34.44 17.93 3.56 -
YUV 82.04 103.72 236.39 -
System Red Green Blue C M Y K H S L
Decimal 234 13 39 0 0.94 0.83 0.08 352.94 0.89 0.48
Hex EA D 27 0 5E 53 8 161 59 30
Octal 352 15 47 0 136 123 10 541 131 60
Binary 11101010 1101 100111 0 1011110 1010011 1000 101100001 1011001 110000

Color Harmonies of #EA0D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D27

Black with #EA0D27

Text Example


Text Example

White with #EA0D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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