Html Css Color HEX #EA1024 Torch Red

📋 copy color: '#EA1024'

red 234 ◦ green 16 ◦ blue 36

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

Shades of Torch Red #EA1024

Tints of Torch Red #EA1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 36 (14.45% from 255) = 12.59%

R = 81.82%
G = 5.59%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA1024 (or 0xEA1024) is known color: Torch Red. HEX triplet: EA, 10 and 24. RGB value is (234,16,36). Sum of RGB (Red+Green+Blue) = 234+16+36=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1024 is #15EFDB. Grayscale: #535353. Windows color (decimal): -1437660 or 2363626. OLE color: 2363626.

HSL color Cylindrical-coordinate representation of color #EA1024: hue angle of 354.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1024 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 36 -
CMYK 0 0.93 0.85 0.08
HSL 354.5º 0.87% 0.49% -
HSV(B) 354.5º 0.93% 0.92% -
XYZ 34.44 17.99 3.33 -
YUV 83.46 101.22 235.37 -
System Red Green Blue C M Y K H S L
Decimal 234 16 36 0 0.93 0.85 0.08 354.5 0.87 0.49
Hex EA 10 24 0 5D 55 8 162 57 31
Octal 352 20 44 0 135 125 10 542 127 61
Binary 11101010 10000 100100 0 1011101 1010101 1000 101100010 1010111 110001

Color Harmonies of #EA1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1024

Black with #EA1024

Text Example


Text Example

White with #EA1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1024; }

 p { color: rgb(234,16,36); }

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

background-color css

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

 a { background-color: rgb(234,16,36); }

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

border-color css

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

 span { border-color: rgb(234,16,36); }

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