Html Css Color HEX #F01821 Torch Red

📋 copy color: '#F01821'

red 240 ◦ green 24 ◦ blue 33

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

Shades of Torch Red #F01821

Tints of Torch Red #F01821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 80.81%
G = 8.08%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F01821 (or 0xF01821) is known color: Torch Red. HEX triplet: F0, 18 and 21. RGB value is (240,24,33). Sum of RGB (Red+Green+Blue) = 240+24+33=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F01821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01821 is #0FE7DE. Grayscale: #595959. Windows color (decimal): -1042399 or 2169072. OLE color: 2169072.

HSL color Cylindrical-coordinate representation of color #F01821: hue angle of 357.5º 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 #F01821 is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 33 -
CMYK 0 0.9 0.86 0.06
HSL 357.5º 0.88% 0.52% -
HSV(B) 357.5º 0.9% 0.94% -
XYZ 36.54 19.29 3.24 -
YUV 89.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 240 24 33 0 0.9 0.86 0.06 357.5 0.88 0.52
Hex F0 18 21 0 5A 56 6 166 58 34
Octal 360 30 41 0 132 126 6 546 130 64
Binary 11110000 11000 100001 0 1011010 1010110 110 101100110 1011000 110100

Color Harmonies of #F01821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01821

Black with #F01821

Text Example


Text Example

White with #F01821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01821; }

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

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

background-color css

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

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

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

border-color css

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

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

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