Html Css Color HEX #F21631 Torch Red

📋 copy color: '#F21631'

red 242 ◦ green 22 ◦ blue 49

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

Shades of Torch Red #F21631

Tints of Torch Red #F21631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

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

R = 77.32%
G = 7.03%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F21631 (or 0xF21631) is known color: Torch Red. HEX triplet: F2, 16 and 31. RGB value is (242,22,49). Sum of RGB (Red+Green+Blue) = 242+22+49=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F21631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21631 is #0DE9CE. Grayscale: #5A5A5A. Windows color (decimal): -911823 or 3217138. OLE color: 3217138.

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

Color convert

RGB 242 22 49 -
CMYK 0 0.91 0.80 0.05
HSL 352.64º 0.89% 0.52% -
HSV(B) 352.64º 0.91% 0.95% -
XYZ 37.46 19.67 4.73 -
YUV 90.86 104.39 235.8 -
System Red Green Blue C M Y K H S L
Decimal 242 22 49 0 0.91 0.80 0.05 352.64 0.89 0.52
Hex F2 16 31 0 5B 50 5 161 59 34
Octal 362 26 61 0 133 120 5 541 131 64
Binary 11110010 10110 110001 0 1011011 1010000 101 101100001 1011001 110100

Color Harmonies of #F21631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21631

Black with #F21631

Text Example


Text Example

White with #F21631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21631; }

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

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

background-color css

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

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

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

border-color css

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

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

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