Html Css Color HEX #F01133 Torch Red

📋 copy color: '#F01133'

red 240 ◦ green 17 ◦ blue 51

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

Shades of Torch Red #F01133

Tints of Torch Red #F01133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 77.92%
G = 5.52%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F01133 (or 0xF01133) is known color: Torch Red. HEX triplet: F0, 11 and 33. RGB value is (240,17,51). Sum of RGB (Red+Green+Blue) = 240+17+51=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F01133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01133 is #0FEECC. Grayscale: #575757. Windows color (decimal): -1044173 or 3346928. OLE color: 3346928.

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

Color convert

RGB 240 17 51 -
CMYK 0 0.93 0.79 0.06
HSL 350.85º 0.88% 0.5% -
HSV(B) 350.85º 0.93% 0.94% -
XYZ 36.73 19.17 4.9 -
YUV 87.55 107.38 236.74 -
System Red Green Blue C M Y K H S L
Decimal 240 17 51 0 0.93 0.79 0.06 350.85 0.88 0.5
Hex F0 11 33 0 5D 4F 6 15F 58 32
Octal 360 21 63 0 135 117 6 537 130 62
Binary 11110000 10001 110011 0 1011101 1001111 110 101011111 1011000 110010

Color Harmonies of #F01133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01133

Black with #F01133

Text Example


Text Example

White with #F01133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01133; }

 p { color: rgb(240,17,51); }

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

background-color css

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

 a { background-color: rgb(240,17,51); }

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

border-color css

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

 span { border-color: rgb(240,17,51); }

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