Html Css Color HEX #F21945 Torch Red

📋 copy color: '#F21945'

red 242 ◦ green 25 ◦ blue 69

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

Shades of Torch Red #F21945

Tints of Torch Red #F21945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 72.02%
G = 7.44%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F21945 (or 0xF21945) is known color: Torch Red. HEX triplet: F2, 19 and 45. RGB value is (242,25,69). Sum of RGB (Red+Green+Blue) = 242+25+69=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F21945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21945 is #0DE6BA. Grayscale: #5E5E5E. Windows color (decimal): -911035 or 4528626. OLE color: 4528626.

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

Color convert

RGB 242 25 69 -
CMYK 0 0.90 0.71 0.05
HSL 347.83º 0.89% 0.52% -
HSV(B) 347.83º 0.9% 0.95% -
XYZ 38.04 20 7.49 -
YUV 94.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 242 25 69 0 0.90 0.71 0.05 347.83 0.89 0.52
Hex F2 19 45 0 5A 47 5 15C 59 34
Octal 362 31 105 0 132 107 5 534 131 64
Binary 11110010 11001 1000101 0 1011010 1000111 101 101011100 1011001 110100

Color Harmonies of #F21945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21945

Black with #F21945

Text Example


Text Example

White with #F21945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21945; }

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

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

background-color css

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

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

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

border-color css

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

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

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