Html Css Color HEX #F21920 Torch Red

📋 copy color: '#F21920'

red 242 ◦ green 25 ◦ blue 32

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

Shades of Torch Red #F21920

Tints of Torch Red #F21920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

 BLUE value IS 32 (12.89% from 255) = 10.7%

R = 80.94%
G = 8.36%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F21920 (or 0xF21920) is known color: Torch Red. HEX triplet: F2, 19 and 20. RGB value is (242,25,32). Sum of RGB (Red+Green+Blue) = 242+25+32=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F21920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21920 is #0DE6DF. Grayscale: #5A5A5A. Windows color (decimal): -911072 or 2103794. OLE color: 2103794.

HSL color Cylindrical-coordinate representation of color #F21920: hue angle of 358.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21920 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 32 -
CMYK 0 0.90 0.87 0.05
HSL 358.06º 0.89% 0.52% -
HSV(B) 358.06º 0.9% 0.95% -
XYZ 37.23 19.68 3.2 -
YUV 90.68 94.89 235.93 -
System Red Green Blue C M Y K H S L
Decimal 242 25 32 0 0.90 0.87 0.05 358.06 0.89 0.52
Hex F2 19 20 0 5A 57 5 166 59 34
Octal 362 31 40 0 132 127 5 546 131 64
Binary 11110010 11001 100000 0 1011010 1010111 101 101100110 1011001 110100

Color Harmonies of #F21920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21920

Black with #F21920

Text Example


Text Example

White with #F21920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21920; }

 p { color: rgb(242,25,32); }

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

background-color css

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

 a { background-color: rgb(242,25,32); }

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

border-color css

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

 span { border-color: rgb(242,25,32); }

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