Html Css Color HEX #FF1438 Torch Red

📋 copy color: '#FF1438'

red 255 ◦ green 20 ◦ blue 56

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

Shades of Torch Red #FF1438

Tints of Torch Red #FF1438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 56 (22.27% from 255) = 16.92%

R = 77.04%
G = 6.04%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF1438 (or 0xFF1438) is known color: Torch Red. HEX triplet: FF, 14 and 38. RGB value is (255,20,56). Sum of RGB (Red+Green+Blue) = 255+20+56=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1438 is #00EBC7. Grayscale: #5E5E5E. Windows color (decimal): -60360 or 3675391. OLE color: 3675391.

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

Color convert

RGB 255 20 56 -
CMYK 0 0.92 0.78 0
HSL 350.81º 1% 0.54% -
HSV(B) 350.81º 0.92% 1% -
XYZ 42.2 22.05 5.77 -
YUV 94.37 106.36 242.57 -
System Red Green Blue C M Y K H S L
Decimal 255 20 56 0 0.92 0.78 0 350.81 1 0.54
Hex FF 14 38 0 5C 4E 0 15F 64 36
Octal 377 24 70 0 134 116 0 537 144 66
Binary 11111111 10100 111000 0 1011100 1001110 0 101011111 1100100 110110

Color Harmonies of #FF1438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1438

Black with #FF1438

Text Example


Text Example

White with #FF1438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1438; }

 p { color: rgb(255,20,56); }

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

background-color css

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

 a { background-color: rgb(255,20,56); }

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

border-color css

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

 span { border-color: rgb(255,20,56); }

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