Html Css Color HEX #F20231 Torch Red

📋 copy color: '#F20231'

red 242 ◦ green 2 ◦ blue 49

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

Shades of Torch Red #F20231

Tints of Torch Red #F20231

RGB

 RED value IS 242 (94.92% from 255) = 82.59%

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 82.59%
G = 0.68%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F20231 (or 0xF20231) is known color: Torch Red. HEX triplet: F2, 02 and 31. RGB value is (242,2,49). Sum of RGB (Red+Green+Blue) = 242+2+49=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F20231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20231 is #0DFDCE. Grayscale: #4F4F4F. Windows color (decimal): -916943 or 3212018. OLE color: 3212018.

HSL color Cylindrical-coordinate representation of color #F20231: hue angle of 348.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20231 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 2 49 -
CMYK 0 0.99 0.80 0.05
HSL 348.25º 0.98% 0.48% -
HSV(B) 348.25º 0.99% 0.95% -
XYZ 37.19 19.14 4.64 -
YUV 79.12 111.01 244.18 -
System Red Green Blue C M Y K H S L
Decimal 242 2 49 0 0.99 0.80 0.05 348.25 0.98 0.48
Hex F2 2 31 0 63 50 5 15C 62 30
Octal 362 2 61 0 143 120 5 534 142 60
Binary 11110010 10 110001 0 1100011 1010000 101 101011100 1100010 110000

Color Harmonies of #F20231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20231

Black with #F20231

Text Example


Text Example

White with #F20231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20231; }

 p { color: rgb(242,2,49); }

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

background-color css

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

 a { background-color: rgb(242,2,49); }

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

border-color css

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

 span { border-color: rgb(242,2,49); }

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