Html Css Color HEX #EB0F21 Torch Red

📋 copy color: '#EB0F21'

red 235 ◦ green 15 ◦ blue 33

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

Shades of Torch Red #EB0F21

Tints of Torch Red #EB0F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.66%

R = 83.04%
G = 5.3%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB0F21 (or 0xEB0F21) is known color: Torch Red. HEX triplet: EB, 0F and 21. RGB value is (235,15,33). Sum of RGB (Red+Green+Blue) = 235+15+33=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0F21 is #14F0DE. Grayscale: #525252. Windows color (decimal): -1372383 or 2166763. OLE color: 2166763.

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

Color convert

RGB 235 15 33 -
CMYK 0 0.94 0.86 0.08
HSL 355.09º 0.88% 0.49% -
HSV(B) 355.09º 0.94% 0.92% -
XYZ 34.71 18.11 3.11 -
YUV 82.83 99.89 236.54 -
System Red Green Blue C M Y K H S L
Decimal 235 15 33 0 0.94 0.86 0.08 355.09 0.88 0.49
Hex EB F 21 0 5E 56 8 163 58 31
Octal 353 17 41 0 136 126 10 543 130 61
Binary 11101011 1111 100001 0 1011110 1010110 1000 101100011 1011000 110001

Color Harmonies of #EB0F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F21

Black with #EB0F21

Text Example


Text Example

White with #EB0F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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