Html Css Color HEX #EB003D Torch Red

📋 copy color: '#EB003D'

red 235 ◦ green 0 ◦ blue 61

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

Shades of Torch Red #EB003D

Tints of Torch Red #EB003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 79.39%
G = 0%
B = 20.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB003D (or 0xEB003D) is known color: Torch Red. HEX triplet: EB, 00 and 3D. RGB value is (235,0,61). Sum of RGB (Red+Green+Blue) = 235+0+61=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB003D is #14FFC2. Grayscale: #4D4D4D. Windows color (decimal): -1376195 or 3997931. OLE color: 3997931.

HSL color Cylindrical-coordinate representation of color #EB003D: hue angle of 344.43º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB003D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 0 61 -
CMYK 0 1 0.74 0.08
HSL 344.43º 1% 0.46% -
HSV(B) 344.43º 1% 0.92% -
XYZ 35.1 18 6.04 -
YUV 77.22 118.86 240.54 -
System Red Green Blue C M Y K H S L
Decimal 235 0 61 0 1 0.74 0.08 344.43 1 0.46
Hex EB 0 3D 0 64 4A 8 158 64 2E
Octal 353 0 75 0 144 112 10 530 144 56
Binary 11101011 0 111101 0 1100100 1001010 1000 101011000 1100100 101110

Color Harmonies of #EB003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB003D

Black with #EB003D

Text Example


Text Example

White with #EB003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB003D; }

 p { color: rgb(235,0,61); }

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

background-color css

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

 a { background-color: rgb(235,0,61); }

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

border-color css

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

 span { border-color: rgb(235,0,61); }

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