Html Css Color HEX #EB0F2A Torch Red

📋 copy color: '#EB0F2A'

red 235 ◦ green 15 ◦ blue 42

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

Shades of Torch Red #EB0F2A

Tints of Torch Red #EB0F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.14%

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

R = 80.48%
G = 5.14%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB0F2A (or 0xEB0F2A) is known color: Torch Red. HEX triplet: EB, 0F and 2A. RGB value is (235,15,42). Sum of RGB (Red+Green+Blue) = 235+15+42=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0F2A is #14F0D5. Grayscale: #535353. Windows color (decimal): -1372374 or 2756587. OLE color: 2756587.

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

Color convert

RGB 235 15 42 -
CMYK 0 0.94 0.82 0.08
HSL 352.64º 0.88% 0.49% -
HSV(B) 352.64º 0.94% 0.92% -
XYZ 34.85 18.17 3.86 -
YUV 83.86 104.39 235.8 -
System Red Green Blue C M Y K H S L
Decimal 235 15 42 0 0.94 0.82 0.08 352.64 0.88 0.49
Hex EB F 2A 0 5E 52 8 161 58 31
Octal 353 17 52 0 136 122 10 541 130 61
Binary 11101011 1111 101010 0 1011110 1010010 1000 101100001 1011000 110001

Color Harmonies of #EB0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F2A

Black with #EB0F2A

Text Example


Text Example

White with #EB0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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