Html Css Color HEX #F01831 Torch Red

📋 copy color: '#F01831'

red 240 ◦ green 24 ◦ blue 49

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

Shades of Torch Red #F01831

Tints of Torch Red #F01831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 76.68%
G = 7.67%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F01831 (or 0xF01831) is known color: Torch Red. HEX triplet: F0, 18 and 31. RGB value is (240,24,49). Sum of RGB (Red+Green+Blue) = 240+24+49=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F01831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01831 is #0FE7CE. Grayscale: #5B5B5B. Windows color (decimal): -1042383 or 3217648. OLE color: 3217648.

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

Color convert

RGB 240 24 49 -
CMYK 0 0.9 0.80 0.06
HSL 353.06º 0.88% 0.52% -
HSV(B) 353.06º 0.9% 0.94% -
XYZ 36.82 19.4 4.71 -
YUV 91.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 240 24 49 0 0.9 0.80 0.06 353.06 0.88 0.52
Hex F0 18 31 0 5A 50 6 161 58 34
Octal 360 30 61 0 132 120 6 541 130 64
Binary 11110000 11000 110001 0 1011010 1010000 110 101100001 1011000 110100

Color Harmonies of #F01831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01831

Black with #F01831

Text Example


Text Example

White with #F01831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01831; }

 p { color: rgb(240,24,49); }

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

background-color css

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

 a { background-color: rgb(240,24,49); }

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

border-color css

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

 span { border-color: rgb(240,24,49); }

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