Html Css Color HEX #EA0033 Torch Red

📋 copy color: '#EA0033'

red 234 ◦ green 0 ◦ blue 51

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

Shades of Torch Red #EA0033

Tints of Torch Red #EA0033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 82.11%
G = 0%
B = 17.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA0033 (or 0xEA0033) is known color: Torch Red. HEX triplet: EA, 00 and 33. RGB value is (234,0,51). Sum of RGB (Red+Green+Blue) = 234+0+51=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0033 is #15FFCC. Grayscale: #4B4B4B. Windows color (decimal): -1441741 or 3342570. OLE color: 3342570.

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

Color convert

RGB 234 0 51 -
CMYK 0 1 0.78 0.08
HSL 346.92º 1% 0.46% -
HSV(B) 346.92º 1% 0.92% -
XYZ 34.53 17.73 4.73 -
YUV 75.78 114.02 240.85 -
System Red Green Blue C M Y K H S L
Decimal 234 0 51 0 1 0.78 0.08 346.92 1 0.46
Hex EA 0 33 0 64 4E 8 15B 64 2E
Octal 352 0 63 0 144 116 10 533 144 56
Binary 11101010 0 110011 0 1100100 1001110 1000 101011011 1100100 101110

Color Harmonies of #EA0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0033

Black with #EA0033

Text Example


Text Example

White with #EA0033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0033; }

 p { color: rgb(234,0,51); }

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

background-color css

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

 a { background-color: rgb(234,0,51); }

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

border-color css

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

 span { border-color: rgb(234,0,51); }

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