Html Css Color HEX #EB0533 Torch Red

📋 copy color: '#EB0533'

red 235 ◦ green 5 ◦ blue 51

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

Shades of Torch Red #EB0533

Tints of Torch Red #EB0533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 80.76%
G = 1.72%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB0533 (or 0xEB0533) is known color: Torch Red. HEX triplet: EB, 05 and 33. RGB value is (235,5,51). Sum of RGB (Red+Green+Blue) = 235+5+51=291 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.76% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0533 is #14FACC. Grayscale: #4F4F4F. Windows color (decimal): -1374925 or 3343851. OLE color: 3343851.

HSL color Cylindrical-coordinate representation of color #EB0533: hue angle of 348º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0533 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 5 51 -
CMYK 0 0.98 0.78 0.08
HSL 348º 0.96% 0.47% -
HSV(B) 348º 0.98% 0.92% -
XYZ 34.91 18.01 4.77 -
YUV 79.01 112.2 239.26 -
System Red Green Blue C M Y K H S L
Decimal 235 5 51 0 0.98 0.78 0.08 348 0.96 0.47
Hex EB 5 33 0 62 4E 8 15C 60 2F
Octal 353 5 63 0 142 116 10 534 140 57
Binary 11101011 101 110011 0 1100010 1001110 1000 101011100 1100000 101111

Color Harmonies of #EB0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0533

Black with #EB0533

Text Example


Text Example

White with #EB0533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0533; }

 p { color: rgb(235,5,51); }

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

background-color css

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

 a { background-color: rgb(235,5,51); }

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

border-color css

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

 span { border-color: rgb(235,5,51); }

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