Html Css Color HEX #EB051D Torch Red

📋 copy color: '#EB051D'

red 235 ◦ green 5 ◦ blue 29

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

Shades of Torch Red #EB051D

Tints of Torch Red #EB051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 87.36%
G = 1.86%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB051D (or 0xEB051D) is known color: Torch Red. HEX triplet: EB, 05 and 1D. RGB value is (235,5,29). Sum of RGB (Red+Green+Blue) = 235+5+29=269 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.36% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 235 - color contains mainly: red. Hex color #EB051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB051D is #14FAE2. Grayscale: #4C4C4C. Windows color (decimal): -1374947 or 1902059. OLE color: 1902059.

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

Color convert

RGB 235 5 29 -
CMYK 0 0.98 0.88 0.08
HSL 353.74º 0.96% 0.47% -
HSV(B) 353.74º 0.98% 0.92% -
XYZ 34.54 17.86 2.79 -
YUV 76.51 101.2 241.05 -
System Red Green Blue C M Y K H S L
Decimal 235 5 29 0 0.98 0.88 0.08 353.74 0.96 0.47
Hex EB 5 1D 0 62 58 8 162 60 2F
Octal 353 5 35 0 142 130 10 542 140 57
Binary 11101011 101 11101 0 1100010 1011000 1000 101100010 1100000 101111

Color Harmonies of #EB051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB051D

Black with #EB051D

Text Example


Text Example

White with #EB051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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