Html Css Color HEX #F21645 Torch Red

📋 copy color: '#F21645'

red 242 ◦ green 22 ◦ blue 69

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

Shades of Torch Red #F21645

Tints of Torch Red #F21645

RGB

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

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

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

R = 72.67%
G = 6.61%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F21645 (or 0xF21645) is known color: Torch Red. HEX triplet: F2, 16 and 45. RGB value is (242,22,69). Sum of RGB (Red+Green+Blue) = 242+22+69=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F21645 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21645 is #0DE9BA. Grayscale: #5D5D5D. Windows color (decimal): -911803 or 4527858. OLE color: 4527858.

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

Color convert

RGB 242 22 69 -
CMYK 0 0.91 0.71 0.05
HSL 347.18º 0.89% 0.52% -
HSV(B) 347.18º 0.91% 0.95% -
XYZ 37.98 19.88 7.47 -
YUV 93.14 114.39 234.18 -
System Red Green Blue C M Y K H S L
Decimal 242 22 69 0 0.91 0.71 0.05 347.18 0.89 0.52
Hex F2 16 45 0 5B 47 5 15B 59 34
Octal 362 26 105 0 133 107 5 533 131 64
Binary 11110010 10110 1000101 0 1011011 1000111 101 101011011 1011001 110100

Color Harmonies of #F21645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21645

Black with #F21645

Text Example


Text Example

White with #F21645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21645; }

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

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

background-color css

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

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

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

border-color css

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

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

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