Html Css Color HEX #F21938 Torch Red

📋 copy color: '#F21938'

red 242 ◦ green 25 ◦ blue 56

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

Shades of Torch Red #F21938

Tints of Torch Red #F21938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 74.92%
G = 7.74%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F21938 (or 0xF21938) is known color: Torch Red. HEX triplet: F2, 19 and 38. RGB value is (242,25,56). Sum of RGB (Red+Green+Blue) = 242+25+56=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F21938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21938 is #0DE6C7. Grayscale: #5D5D5D. Windows color (decimal): -911048 or 3676658. OLE color: 3676658.

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

Color convert

RGB 242 25 56 -
CMYK 0 0.90 0.77 0.05
HSL 351.43º 0.89% 0.52% -
HSV(B) 351.43º 0.9% 0.95% -
XYZ 37.68 19.86 5.59 -
YUV 93.42 106.89 233.98 -
System Red Green Blue C M Y K H S L
Decimal 242 25 56 0 0.90 0.77 0.05 351.43 0.89 0.52
Hex F2 19 38 0 5A 4D 5 15F 59 34
Octal 362 31 70 0 132 115 5 537 131 64
Binary 11110010 11001 111000 0 1011010 1001101 101 101011111 1011001 110100

Color Harmonies of #F21938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21938

Black with #F21938

Text Example


Text Example

White with #F21938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21938; }

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

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

background-color css

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

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

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

border-color css

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

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

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