Html Css Color HEX #F21025 Torch Red

📋 copy color: '#F21025'

red 242 ◦ green 16 ◦ blue 37

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

Shades of Torch Red #F21025

Tints of Torch Red #F21025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

 BLUE value IS 37 (14.84% from 255) = 12.54%

R = 82.03%
G = 5.42%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F21025 (or 0xF21025) is known color: Torch Red. HEX triplet: F2, 10 and 25. RGB value is (242,16,37). Sum of RGB (Red+Green+Blue) = 242+16+37=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F21025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21025 is #0DEFDA. Grayscale: #565656. Windows color (decimal): -913371 or 2429170. OLE color: 2429170.

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

Color convert

RGB 242 16 37 -
CMYK 0 0.93 0.85 0.05
HSL 354.42º 0.9% 0.51% -
HSV(B) 354.42º 0.93% 0.95% -
XYZ 37.14 19.38 3.53 -
YUV 85.97 100.37 239.29 -
System Red Green Blue C M Y K H S L
Decimal 242 16 37 0 0.93 0.85 0.05 354.42 0.9 0.51
Hex F2 10 25 0 5D 55 5 162 5A 33
Octal 362 20 45 0 135 125 5 542 132 63
Binary 11110010 10000 100101 0 1011101 1010101 101 101100010 1011010 110011

Color Harmonies of #F21025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21025

Black with #F21025

Text Example


Text Example

White with #F21025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21025; }

 p { color: rgb(242,16,37); }

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

background-color css

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

 a { background-color: rgb(242,16,37); }

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

border-color css

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

 span { border-color: rgb(242,16,37); }

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