Html Css Color HEX #EA001B Torch Red

📋 copy color: '#EA001B'

red 234 ◦ green 0 ◦ blue 27

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

Shades of Torch Red #EA001B

Tints of Torch Red #EA001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 89.66%
G = 0%
B = 10.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA001B (or 0xEA001B) is known color: Torch Red. HEX triplet: EA, 00 and 1B. RGB value is (234,0,27). Sum of RGB (Red+Green+Blue) = 234+0+27=261 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.66% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 234 - color contains mainly: red. Hex color #EA001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA001B is #15FFE4. Grayscale: #494949. Windows color (decimal): -1441765 or 1769706. OLE color: 1769706.

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

Color convert

RGB 234 0 27 -
CMYK 0 1 0.88 0.08
HSL 353.08º 1% 0.46% -
HSV(B) 353.08º 1% 0.92% -
XYZ 34.13 17.57 2.63 -
YUV 73.04 102.02 242.8 -
System Red Green Blue C M Y K H S L
Decimal 234 0 27 0 1 0.88 0.08 353.08 1 0.46
Hex EA 0 1B 0 64 58 8 161 64 2E
Octal 352 0 33 0 144 130 10 541 144 56
Binary 11101010 0 11011 0 1100100 1011000 1000 101100001 1100100 101110

Color Harmonies of #EA001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA001B

Black with #EA001B

Text Example


Text Example

White with #EA001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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