Html Css Color HEX #F2021C Torch Red

📋 copy color: '#F2021C'

red 242 ◦ green 2 ◦ blue 28

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

Shades of Torch Red #F2021C

Tints of Torch Red #F2021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 88.97%
G = 0.74%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2021C (or 0xF2021C) is known color: Torch Red. HEX triplet: F2, 02 and 1C. RGB value is (242,2,28). Sum of RGB (Red+Green+Blue) = 242+2+28=272 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.97% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 242 - color contains mainly: red. Hex color #F2021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2021C is #0DFDE3. Grayscale: #4C4C4C. Windows color (decimal): -916964 or 1835762. OLE color: 1835762.

HSL color Cylindrical-coordinate representation of color #F2021C: hue angle of 353.5º 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 #F2021C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 2 28 -
CMYK 0 0.99 0.88 0.05
HSL 353.5º 0.98% 0.48% -
HSV(B) 353.5º 0.99% 0.95% -
XYZ 36.85 19 2.82 -
YUV 76.72 100.51 245.89 -
System Red Green Blue C M Y K H S L
Decimal 242 2 28 0 0.99 0.88 0.05 353.5 0.98 0.48
Hex F2 2 1C 0 63 58 5 162 62 30
Octal 362 2 34 0 143 130 5 542 142 60
Binary 11110010 10 11100 0 1100011 1011000 101 101100010 1100010 110000

Color Harmonies of #F2021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2021C

Black with #F2021C

Text Example


Text Example

White with #F2021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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