Html Css Color HEX #F21927 Torch Red

📋 copy color: '#F21927'

red 242 ◦ green 25 ◦ blue 39

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

Shades of Torch Red #F21927

Tints of Torch Red #F21927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 79.08%
G = 8.17%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F21927 (or 0xF21927) is known color: Torch Red. HEX triplet: F2, 19 and 27. RGB value is (242,25,39). Sum of RGB (Red+Green+Blue) = 242+25+39=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F21927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21927 is #0DE6D8. Grayscale: #5B5B5B. Windows color (decimal): -911065 or 2562546. OLE color: 2562546.

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

Color convert

RGB 242 25 39 -
CMYK 0 0.90 0.84 0.05
HSL 356.13º 0.89% 0.52% -
HSV(B) 356.13º 0.9% 0.95% -
XYZ 37.33 19.72 3.76 -
YUV 91.48 98.39 235.36 -
System Red Green Blue C M Y K H S L
Decimal 242 25 39 0 0.90 0.84 0.05 356.13 0.89 0.52
Hex F2 19 27 0 5A 54 5 164 59 34
Octal 362 31 47 0 132 124 5 544 131 64
Binary 11110010 11001 100111 0 1011010 1010100 101 101100100 1011001 110100

Color Harmonies of #F21927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21927

Black with #F21927

Text Example


Text Example

White with #F21927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21927; }

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

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

background-color css

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

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

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

border-color css

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

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

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