Html Css Color HEX #EB0530 Torch Red

📋 copy color: '#EB0530'

red 235 ◦ green 5 ◦ blue 48

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

Shades of Torch Red #EB0530

Tints of Torch Red #EB0530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 81.6%
G = 1.74%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB0530 (or 0xEB0530) is known color: Torch Red. HEX triplet: EB, 05 and 30. RGB value is (235,5,48). Sum of RGB (Red+Green+Blue) = 235+5+48=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0530 is #14FACF. Grayscale: #4E4E4E. Windows color (decimal): -1374928 or 3147243. OLE color: 3147243.

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

Color convert

RGB 235 5 48 -
CMYK 0 0.98 0.80 0.08
HSL 348.78º 0.96% 0.47% -
HSV(B) 348.78º 0.98% 0.92% -
XYZ 34.85 17.98 4.43 -
YUV 78.67 110.7 239.5 -
System Red Green Blue C M Y K H S L
Decimal 235 5 48 0 0.98 0.80 0.08 348.78 0.96 0.47
Hex EB 5 30 0 62 50 8 15D 60 2F
Octal 353 5 60 0 142 120 10 535 140 57
Binary 11101011 101 110000 0 1100010 1010000 1000 101011101 1100000 101111

Color Harmonies of #EB0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0530

Black with #EB0530

Text Example


Text Example

White with #EB0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0530; }

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

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

background-color css

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

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

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

border-color css

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

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

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