Html Css Color HEX #FF1E3C Torch Red

📋 copy color: '#FF1E3C'

red 255 ◦ green 30 ◦ blue 60

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

Shades of Torch Red #FF1E3C

Tints of Torch Red #FF1E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.39%

R = 73.91%
G = 8.7%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF1E3C (or 0xFF1E3C) is known color: Torch Red. HEX triplet: FF, 1E and 3C. RGB value is (255,30,60). Sum of RGB (Red+Green+Blue) = 255+30+60=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E3C is #00E1C3. Grayscale: #646464. Windows color (decimal): -57796 or 3940095. OLE color: 3940095.

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

Color convert

RGB 255 30 60 -
CMYK 0 0.88 0.76 0
HSL 352º 1% 0.56% -
HSV(B) 352º 0.88% 1% -
XYZ 42.52 22.51 6.38 -
YUV 100.7 105.04 238.06 -
System Red Green Blue C M Y K H S L
Decimal 255 30 60 0 0.88 0.76 0 352 1 0.56
Hex FF 1E 3C 0 58 4C 0 160 64 38
Octal 377 36 74 0 130 114 0 540 144 70
Binary 11111111 11110 111100 0 1011000 1001100 0 101100000 1100100 111000

Color Harmonies of #FF1E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E3C

Black with #FF1E3C

Text Example


Text Example

White with #FF1E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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