Html Css Color HEX #EB0D2E Torch Red

📋 copy color: '#EB0D2E'

red 235 ◦ green 13 ◦ blue 46

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

Shades of Torch Red #EB0D2E

Tints of Torch Red #EB0D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 79.93%
G = 4.42%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB0D2E (or 0xEB0D2E) is known color: Torch Red. HEX triplet: EB, 0D and 2E. RGB value is (235,13,46). Sum of RGB (Red+Green+Blue) = 235+13+46=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0D2E is #14F2D1. Grayscale: #535353. Windows color (decimal): -1372882 or 3018219. OLE color: 3018219.

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

Color convert

RGB 235 13 46 -
CMYK 0 0.94 0.80 0.08
HSL 351.08º 0.9% 0.49% -
HSV(B) 351.08º 0.94% 0.92% -
XYZ 34.9 18.15 4.25 -
YUV 83.14 107.05 236.32 -
System Red Green Blue C M Y K H S L
Decimal 235 13 46 0 0.94 0.80 0.08 351.08 0.9 0.49
Hex EB D 2E 0 5E 50 8 15F 5A 31
Octal 353 15 56 0 136 120 10 537 132 61
Binary 11101011 1101 101110 0 1011110 1010000 1000 101011111 1011010 110001

Color Harmonies of #EB0D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D2E

Black with #EB0D2E

Text Example


Text Example

White with #EB0D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D2E; }

 p { color: rgb(235,13,46); }

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

background-color css

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

 a { background-color: rgb(235,13,46); }

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

border-color css

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

 span { border-color: rgb(235,13,46); }

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