Html Css Color HEX #EB0323 Torch Red

📋 copy color: '#EB0323'

red 235 ◦ green 3 ◦ blue 35

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

Shades of Torch Red #EB0323

Tints of Torch Red #EB0323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.82%

R = 86.08%
G = 1.1%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB0323 (or 0xEB0323) is known color: Torch Red. HEX triplet: EB, 03 and 23. RGB value is (235,3,35). Sum of RGB (Red+Green+Blue) = 235+3+35=273 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.08% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0323 is #14FCDC. Grayscale: #4C4C4C. Windows color (decimal): -1375453 or 2294763. OLE color: 2294763.

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

Color convert

RGB 235 3 35 -
CMYK 0 0.99 0.85 0.08
HSL 351.72º 0.97% 0.47% -
HSV(B) 351.72º 0.99% 0.92% -
XYZ 34.6 17.85 3.21 -
YUV 76.02 104.86 241.4 -
System Red Green Blue C M Y K H S L
Decimal 235 3 35 0 0.99 0.85 0.08 351.72 0.97 0.47
Hex EB 3 23 0 63 55 8 160 61 2F
Octal 353 3 43 0 143 125 10 540 141 57
Binary 11101011 11 100011 0 1100011 1010101 1000 101100000 1100001 101111

Color Harmonies of #EB0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0323

Black with #EB0323

Text Example


Text Example

White with #EB0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0323; }

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

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

background-color css

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

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

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

border-color css

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

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

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