Html Css Color HEX #FF1E4A Torch Red

📋 copy color: '#FF1E4A'

red 255 ◦ green 30 ◦ blue 74

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

Shades of Torch Red #FF1E4A

Tints of Torch Red #FF1E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 71.03%
G = 8.36%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF1E4A (or 0xFF1E4A) is known color: Torch Red. HEX triplet: FF, 1E and 4A. RGB value is (255,30,74). Sum of RGB (Red+Green+Blue) = 255+30+74=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E4A is #00E1B5. Grayscale: #666666. Windows color (decimal): -57782 or 4857599. OLE color: 4857599.

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

Color convert

RGB 255 30 74 -
CMYK 0 0.88 0.71 0
HSL 348.27º 1% 0.56% -
HSV(B) 348.27º 0.88% 1% -
XYZ 42.94 22.68 8.59 -
YUV 102.29 112.04 236.92 -
System Red Green Blue C M Y K H S L
Decimal 255 30 74 0 0.88 0.71 0 348.27 1 0.56
Hex FF 1E 4A 0 58 47 0 15C 64 38
Octal 377 36 112 0 130 107 0 534 144 70
Binary 11111111 11110 1001010 0 1011000 1000111 0 101011100 1100100 111000

Color Harmonies of #FF1E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E4A

Black with #FF1E4A

Text Example


Text Example

White with #FF1E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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