Html Css Color HEX #EB0430 Torch Red

📋 copy color: '#EB0430'

red 235 ◦ green 4 ◦ blue 48

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

Shades of Torch Red #EB0430

Tints of Torch Red #EB0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 81.88%
G = 1.39%
B = 16.72%

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

#EB0430 (or 0xEB0430) is known color: Torch Red. HEX triplet: EB, 04 and 30. RGB value is (235,4,48). Sum of RGB (Red+Green+Blue) = 235+4+48=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0430 is #14FBCF. Grayscale: #4E4E4E. Windows color (decimal): -1375184 or 3146987. OLE color: 3146987.

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

Color convert

RGB 235 4 48 -
CMYK 0 0.98 0.80 0.08
HSL 348.57º 0.97% 0.47% -
HSV(B) 348.57º 0.98% 0.92% -
XYZ 34.84 17.96 4.43 -
YUV 78.09 111.03 239.92 -
System Red Green Blue C M Y K H S L
Decimal 235 4 48 0 0.98 0.80 0.08 348.57 0.97 0.47
Hex EB 4 30 0 62 50 8 15D 61 2F
Octal 353 4 60 0 142 120 10 535 141 57
Binary 11101011 100 110000 0 1100010 1010000 1000 101011101 1100001 101111

Color Harmonies of #EB0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0430

Black with #EB0430

Text Example


Text Example

White with #EB0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0430; }

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

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

background-color css

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

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

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

border-color css

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

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

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