Html Css Color HEX #F20321 Torch Red

📋 copy color: '#F20321'

red 242 ◦ green 3 ◦ blue 33

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

Shades of Torch Red #F20321

Tints of Torch Red #F20321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 87.05%
G = 1.08%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F20321 (or 0xF20321) is known color: Torch Red. HEX triplet: F2, 03 and 21. RGB value is (242,3,33). Sum of RGB (Red+Green+Blue) = 242+3+33=278 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.05% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 242 - color contains mainly: red. Hex color #F20321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20321 is #0DFCDE. Grayscale: #4D4D4D. Windows color (decimal): -916703 or 2163698. OLE color: 2163698.

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

Color convert

RGB 242 3 33 -
CMYK 0 0.99 0.86 0.05
HSL 352.47º 0.98% 0.48% -
HSV(B) 352.47º 0.99% 0.95% -
XYZ 36.93 19.05 3.17 -
YUV 77.88 102.68 245.06 -
System Red Green Blue C M Y K H S L
Decimal 242 3 33 0 0.99 0.86 0.05 352.47 0.98 0.48
Hex F2 3 21 0 63 56 5 160 62 30
Octal 362 3 41 0 143 126 5 540 142 60
Binary 11110010 11 100001 0 1100011 1010110 101 101100000 1100010 110000

Color Harmonies of #F20321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20321

Black with #F20321

Text Example


Text Example

White with #F20321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20321; }

 p { color: rgb(242,3,33); }

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

background-color css

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

 a { background-color: rgb(242,3,33); }

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

border-color css

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

 span { border-color: rgb(242,3,33); }

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