Html Css Color HEX #F21024 Torch Red

📋 copy color: '#F21024'

red 242 ◦ green 16 ◦ blue 36

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

Shades of Torch Red #F21024

Tints of Torch Red #F21024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 82.31%
G = 5.44%
B = 12.24%

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

#F21024 (or 0xF21024) is known color: Torch Red. HEX triplet: F2, 10 and 24. RGB value is (242,16,36). Sum of RGB (Red+Green+Blue) = 242+16+36=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F21024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21024 is #0DEFDB. Grayscale: #555555. Windows color (decimal): -913372 or 2363634. OLE color: 2363634.

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

Color convert

RGB 242 16 36 -
CMYK 0 0.93 0.85 0.05
HSL 354.69º 0.9% 0.51% -
HSV(B) 354.69º 0.93% 0.95% -
XYZ 37.12 19.38 3.45 -
YUV 85.85 99.87 239.37 -
System Red Green Blue C M Y K H S L
Decimal 242 16 36 0 0.93 0.85 0.05 354.69 0.9 0.51
Hex F2 10 24 0 5D 55 5 163 5A 33
Octal 362 20 44 0 135 125 5 543 132 63
Binary 11110010 10000 100100 0 1011101 1010101 101 101100011 1011010 110011

Color Harmonies of #F21024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21024

Black with #F21024

Text Example


Text Example

White with #F21024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21024; }

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

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

background-color css

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

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

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

border-color css

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

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

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