Html Css Color HEX #F21443 Torch Red

📋 copy color: '#F21443'

red 242 ◦ green 20 ◦ blue 67

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

Shades of Torch Red #F21443

Tints of Torch Red #F21443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

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

R = 73.56%
G = 6.08%
B = 20.36%

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

#F21443 (or 0xF21443) is known color: Torch Red. HEX triplet: F2, 14 and 43. RGB value is (242,20,67). Sum of RGB (Red+Green+Blue) = 242+20+67=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F21443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21443 is #0DEBBC. Grayscale: #5B5B5B. Windows color (decimal): -912317 or 4396274. OLE color: 4396274.

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

Color convert

RGB 242 20 67 -
CMYK 0 0.92 0.72 0.05
HSL 347.3º 0.9% 0.51% -
HSV(B) 347.3º 0.92% 0.95% -
XYZ 37.88 19.78 7.13 -
YUV 91.74 114.05 235.18 -
System Red Green Blue C M Y K H S L
Decimal 242 20 67 0 0.92 0.72 0.05 347.3 0.9 0.51
Hex F2 14 43 0 5C 48 5 15B 5A 33
Octal 362 24 103 0 134 110 5 533 132 63
Binary 11110010 10100 1000011 0 1011100 1001000 101 101011011 1011010 110011

Color Harmonies of #F21443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21443

Black with #F21443

Text Example


Text Example

White with #F21443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21443; }

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

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

background-color css

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

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

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

border-color css

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

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

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