Html Css Color HEX #EB062D Torch Red

📋 copy color: '#EB062D'

red 235 ◦ green 6 ◦ blue 45

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

Shades of Torch Red #EB062D

Tints of Torch Red #EB062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 82.17%
G = 2.1%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB062D (or 0xEB062D) is known color: Torch Red. HEX triplet: EB, 06 and 2D. RGB value is (235,6,45). Sum of RGB (Red+Green+Blue) = 235+6+45=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB062D is #14F9D2. Grayscale: #4E4E4E. Windows color (decimal): -1374675 or 2950891. OLE color: 2950891.

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

Color convert

RGB 235 6 45 -
CMYK 0 0.97 0.81 0.08
HSL 349.78º 0.95% 0.47% -
HSV(B) 349.78º 0.97% 0.92% -
XYZ 34.8 17.98 4.12 -
YUV 78.92 108.87 239.33 -
System Red Green Blue C M Y K H S L
Decimal 235 6 45 0 0.97 0.81 0.08 349.78 0.95 0.47
Hex EB 6 2D 0 61 51 8 15E 5F 2F
Octal 353 6 55 0 141 121 10 536 137 57
Binary 11101011 110 101101 0 1100001 1010001 1000 101011110 1011111 101111

Color Harmonies of #EB062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB062D

Black with #EB062D

Text Example


Text Example

White with #EB062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB062D; }

 p { color: rgb(235,6,45); }

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

background-color css

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

 a { background-color: rgb(235,6,45); }

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

border-color css

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

 span { border-color: rgb(235,6,45); }

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