Html Css Color HEX #F01438 Torch Red

📋 copy color: '#F01438'

red 240 ◦ green 20 ◦ blue 56

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

Shades of Torch Red #F01438

Tints of Torch Red #F01438

RGB

 RED value IS 240 (94.14% from 255) = 75.95%

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

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

R = 75.95%
G = 6.33%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F01438 (or 0xF01438) is known color: Torch Red. HEX triplet: F0, 14 and 38. RGB value is (240,20,56). Sum of RGB (Red+Green+Blue) = 240+20+56=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F01438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01438 is #0FEBC7. Grayscale: #595959. Windows color (decimal): -1043400 or 3675376. OLE color: 3675376.

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

Color convert

RGB 240 20 56 -
CMYK 0 0.92 0.77 0.06
HSL 350.18º 0.88% 0.51% -
HSV(B) 350.18º 0.92% 0.94% -
XYZ 36.9 19.31 5.52 -
YUV 89.88 108.89 235.07 -
System Red Green Blue C M Y K H S L
Decimal 240 20 56 0 0.92 0.77 0.06 350.18 0.88 0.51
Hex F0 14 38 0 5C 4D 6 15E 58 33
Octal 360 24 70 0 134 115 6 536 130 63
Binary 11110000 10100 111000 0 1011100 1001101 110 101011110 1011000 110011

Color Harmonies of #F01438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01438

Black with #F01438

Text Example


Text Example

White with #F01438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01438; }

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

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

background-color css

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

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

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

border-color css

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

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

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