Html Css Color HEX #F21343 Torch Red

📋 copy color: '#F21343'

red 242 ◦ green 19 ◦ blue 67

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

Shades of Torch Red #F21343

Tints of Torch Red #F21343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.79%

 BLUE value IS 67 (26.56% from 255) = 20.43%

R = 73.78%
G = 5.79%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F21343 (or 0xF21343) is known color: Torch Red. HEX triplet: F2, 13 and 43. RGB value is (242,19,67). Sum of RGB (Red+Green+Blue) = 242+19+67=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F21343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21343 is #0DECBC. Grayscale: #5B5B5B. Windows color (decimal): -912573 or 4396018. OLE color: 4396018.

HSL color Cylindrical-coordinate representation of color #F21343: hue angle of 347.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21343 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 67 -
CMYK 0 0.92 0.72 0.05
HSL 347.09º 0.9% 0.51% -
HSV(B) 347.09º 0.92% 0.95% -
XYZ 37.86 19.75 7.13 -
YUV 91.15 114.38 235.6 -
System Red Green Blue C M Y K H S L
Decimal 242 19 67 0 0.92 0.72 0.05 347.09 0.9 0.51
Hex F2 13 43 0 5C 48 5 15B 5A 33
Octal 362 23 103 0 134 110 5 533 132 63
Binary 11110010 10011 1000011 0 1011100 1001000 101 101011011 1011010 110011

Color Harmonies of #F21343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21343

Black with #F21343

Text Example


Text Example

White with #F21343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21343; }

 p { color: rgb(242,19,67); }

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

background-color css

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

 a { background-color: rgb(242,19,67); }

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

border-color css

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

 span { border-color: rgb(242,19,67); }

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