Html Css Color HEX #EB0319 Torch Red

📋 copy color: '#EB0319'

red 235 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #EB0319

Tints of Torch Red #EB0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 89.35%
G = 1.14%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB0319 (or 0xEB0319) is known color: Torch Red. HEX triplet: EB, 03 and 19. RGB value is (235,3,25). Sum of RGB (Red+Green+Blue) = 235+3+25=263 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.35% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0319 is #14FCE6. Grayscale: #4B4B4B. Windows color (decimal): -1375463 or 1639403. OLE color: 1639403.

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

Color convert

RGB 235 3 25 -
CMYK 0 0.99 0.89 0.08
HSL 354.31º 0.97% 0.47% -
HSV(B) 354.31º 0.99% 0.92% -
XYZ 34.47 17.8 2.54 -
YUV 74.88 99.86 242.21 -
System Red Green Blue C M Y K H S L
Decimal 235 3 25 0 0.99 0.89 0.08 354.31 0.97 0.47
Hex EB 3 19 0 63 59 8 162 61 2F
Octal 353 3 31 0 143 131 10 542 141 57
Binary 11101011 11 11001 0 1100011 1011001 1000 101100010 1100001 101111

Color Harmonies of #EB0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0319

Black with #EB0319

Text Example


Text Example

White with #EB0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0319; }

 p { color: rgb(235,3,25); }

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

background-color css

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

 a { background-color: rgb(235,3,25); }

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

border-color css

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

 span { border-color: rgb(235,3,25); }

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