Html Css Color HEX #EB0F28 Torch Red

📋 copy color: '#EB0F28'

red 235 ◦ green 15 ◦ blue 40

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

Shades of Torch Red #EB0F28

Tints of Torch Red #EB0F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 81.03%
G = 5.17%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB0F28 (or 0xEB0F28) is known color: Torch Red. HEX triplet: EB, 0F and 28. RGB value is (235,15,40). Sum of RGB (Red+Green+Blue) = 235+15+40=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0F28 is #14F0D7. Grayscale: #535353. Windows color (decimal): -1372376 or 2625515. OLE color: 2625515.

HSL color Cylindrical-coordinate representation of color #EB0F28: hue angle of 353.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0F28 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 40 -
CMYK 0 0.94 0.83 0.08
HSL 353.18º 0.88% 0.49% -
HSV(B) 353.18º 0.94% 0.92% -
XYZ 34.81 18.16 3.68 -
YUV 83.63 103.39 235.97 -
System Red Green Blue C M Y K H S L
Decimal 235 15 40 0 0.94 0.83 0.08 353.18 0.88 0.49
Hex EB F 28 0 5E 53 8 161 58 31
Octal 353 17 50 0 136 123 10 541 130 61
Binary 11101011 1111 101000 0 1011110 1010011 1000 101100001 1011000 110001

Color Harmonies of #EB0F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F28

Black with #EB0F28

Text Example


Text Example

White with #EB0F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F28; }

 p { color: rgb(235,15,40); }

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

background-color css

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

 a { background-color: rgb(235,15,40); }

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

border-color css

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

 span { border-color: rgb(235,15,40); }

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