Html Css Color HEX #FF1E3A Torch Red

📋 copy color: '#FF1E3A'

red 255 ◦ green 30 ◦ blue 58

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

Shades of Torch Red #FF1E3A

Tints of Torch Red #FF1E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 74.34%
G = 8.75%
B = 16.91%

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

#FF1E3A (or 0xFF1E3A) is known color: Torch Red. HEX triplet: FF, 1E and 3A. RGB value is (255,30,58). Sum of RGB (Red+Green+Blue) = 255+30+58=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E3A is #00E1C5. Grayscale: #646464. Windows color (decimal): -57798 or 3809023. OLE color: 3809023.

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

Color convert

RGB 255 30 58 -
CMYK 0 0.88 0.77 0
HSL 352.53º 1% 0.56% -
HSV(B) 352.53º 0.88% 1% -
XYZ 42.47 22.49 6.11 -
YUV 100.47 104.04 238.22 -
System Red Green Blue C M Y K H S L
Decimal 255 30 58 0 0.88 0.77 0 352.53 1 0.56
Hex FF 1E 3A 0 58 4D 0 161 64 38
Octal 377 36 72 0 130 115 0 541 144 70
Binary 11111111 11110 111010 0 1011000 1001101 0 101100001 1100100 111000

Color Harmonies of #FF1E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E3A

Black with #FF1E3A

Text Example


Text Example

White with #FF1E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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