Html Css Color HEX #F01636 Torch Red

📋 copy color: '#F01636'

red 240 ◦ green 22 ◦ blue 54

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

Shades of Torch Red #F01636

Tints of Torch Red #F01636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 75.95%
G = 6.96%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F01636 (or 0xF01636) is known color: Torch Red. HEX triplet: F0, 16 and 36. RGB value is (240,22,54). Sum of RGB (Red+Green+Blue) = 240+22+54=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F01636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01636 is #0FE9C9. Grayscale: #5A5A5A. Windows color (decimal): -1042890 or 3544816. OLE color: 3544816.

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

Color convert

RGB 240 22 54 -
CMYK 0 0.91 0.78 0.06
HSL 351.19º 0.88% 0.51% -
HSV(B) 351.19º 0.91% 0.94% -
XYZ 36.89 19.37 5.28 -
YUV 90.83 107.22 234.4 -
System Red Green Blue C M Y K H S L
Decimal 240 22 54 0 0.91 0.78 0.06 351.19 0.88 0.51
Hex F0 16 36 0 5B 4E 6 15F 58 33
Octal 360 26 66 0 133 116 6 537 130 63
Binary 11110000 10110 110110 0 1011011 1001110 110 101011111 1011000 110011

Color Harmonies of #F01636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01636

Black with #F01636

Text Example


Text Example

White with #F01636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01636; }

 p { color: rgb(240,22,54); }

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

background-color css

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

 a { background-color: rgb(240,22,54); }

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

border-color css

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

 span { border-color: rgb(240,22,54); }

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