Html Css Color HEX #EB0C2A Torch Red

📋 copy color: '#EB0C2A'

red 235 ◦ green 12 ◦ blue 42

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

Shades of Torch Red #EB0C2A

Tints of Torch Red #EB0C2A

RGB

 RED value IS 235 (92.19% from 255) = 81.31%

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

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 81.31%
G = 4.15%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB0C2A (or 0xEB0C2A) is known color: Torch Red. HEX triplet: EB, 0C and 2A. RGB value is (235,12,42). Sum of RGB (Red+Green+Blue) = 235+12+42=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0C2A is #14F3D5. Grayscale: #525252. Windows color (decimal): -1373142 or 2755819. OLE color: 2755819.

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

Color convert

RGB 235 12 42 -
CMYK 0 0.95 0.82 0.08
HSL 351.93º 0.9% 0.48% -
HSV(B) 351.93º 0.95% 0.92% -
XYZ 34.81 18.09 3.85 -
YUV 82.1 105.38 237.06 -
System Red Green Blue C M Y K H S L
Decimal 235 12 42 0 0.95 0.82 0.08 351.93 0.9 0.48
Hex EB C 2A 0 5F 52 8 160 5A 30
Octal 353 14 52 0 137 122 10 540 132 60
Binary 11101011 1100 101010 0 1011111 1010010 1000 101100000 1011010 110000

Color Harmonies of #EB0C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C2A

Black with #EB0C2A

Text Example


Text Example

White with #EB0C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C2A; }

 p { color: rgb(235,12,42); }

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

background-color css

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

 a { background-color: rgb(235,12,42); }

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

border-color css

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

 span { border-color: rgb(235,12,42); }

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