Html Css Color HEX #FF1E3B Torch Red

📋 copy color: '#FF1E3B'

red 255 ◦ green 30 ◦ blue 59

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

Shades of Torch Red #FF1E3B

Tints of Torch Red #FF1E3B

RGB

 RED value IS 255 (100% from 255) = 74.13%

 GREEN value IS 30 (12.11% from 255) = 8.72%

 BLUE value IS 59 (23.44% from 255) = 17.15%

R = 74.13%
G = 8.72%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF1E3B (or 0xFF1E3B) is known color: Torch Red. HEX triplet: FF, 1E and 3B. RGB value is (255,30,59). Sum of RGB (Red+Green+Blue) = 255+30+59=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E3B is #00E1C4. Grayscale: #646464. Windows color (decimal): -57797 or 3874559. OLE color: 3874559.

HSL color Cylindrical-coordinate representation of color #FF1E3B: hue angle of 352.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E3B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 255 30 59 -
CMYK 0 0.88 0.77 0
HSL 352.27º 1% 0.56% -
HSV(B) 352.27º 0.88% 1% -
XYZ 42.49 22.5 6.24 -
YUV 100.58 104.54 238.14 -
System Red Green Blue C M Y K H S L
Decimal 255 30 59 0 0.88 0.77 0 352.27 1 0.56
Hex FF 1E 3B 0 58 4D 0 160 64 38
Octal 377 36 73 0 130 115 0 540 144 70
Binary 11111111 11110 111011 0 1011000 1001101 0 101100000 1100100 111000

Color Harmonies of #FF1E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E3B

Black with #FF1E3B

Text Example


Text Example

White with #FF1E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E3B; }

 p { color: rgb(255,30,59); }

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

background-color css

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

 a { background-color: rgb(255,30,59); }

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

border-color css

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

 span { border-color: rgb(255,30,59); }

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