Html Css Color HEX #F21637 Torch Red

📋 copy color: '#F21637'

red 242 ◦ green 22 ◦ blue 55

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

Shades of Torch Red #F21637

Tints of Torch Red #F21637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.24%

R = 75.86%
G = 6.9%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F21637 (or 0xF21637) is known color: Torch Red. HEX triplet: F2, 16 and 37. RGB value is (242,22,55). Sum of RGB (Red+Green+Blue) = 242+22+55=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F21637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21637 is #0DE9C8. Grayscale: #5B5B5B. Windows color (decimal): -911817 or 3610354. OLE color: 3610354.

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

Color convert

RGB 242 22 55 -
CMYK 0 0.91 0.77 0.05
HSL 351º 0.89% 0.52% -
HSV(B) 351º 0.91% 0.95% -
XYZ 37.59 19.73 5.44 -
YUV 91.54 107.39 235.32 -
System Red Green Blue C M Y K H S L
Decimal 242 22 55 0 0.91 0.77 0.05 351 0.89 0.52
Hex F2 16 37 0 5B 4D 5 15F 59 34
Octal 362 26 67 0 133 115 5 537 131 64
Binary 11110010 10110 110111 0 1011011 1001101 101 101011111 1011001 110100

Color Harmonies of #F21637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21637

Black with #F21637

Text Example


Text Example

White with #F21637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21637; }

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

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

background-color css

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

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

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

border-color css

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

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

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