Html Css Color HEX #F21023 Torch Red

📋 copy color: '#F21023'

red 242 ◦ green 16 ◦ blue 35

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

Shades of Torch Red #F21023

Tints of Torch Red #F21023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.95%

R = 82.59%
G = 5.46%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F21023 (or 0xF21023) is known color: Torch Red. HEX triplet: F2, 10 and 23. RGB value is (242,16,35). Sum of RGB (Red+Green+Blue) = 242+16+35=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F21023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21023 is #0DEFDC. Grayscale: #555555. Windows color (decimal): -913373 or 2298098. OLE color: 2298098.

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

Color convert

RGB 242 16 35 -
CMYK 0 0.93 0.86 0.05
HSL 354.96º 0.9% 0.51% -
HSV(B) 354.96º 0.93% 0.95% -
XYZ 37.11 19.37 3.37 -
YUV 85.74 99.37 239.46 -
System Red Green Blue C M Y K H S L
Decimal 242 16 35 0 0.93 0.86 0.05 354.96 0.9 0.51
Hex F2 10 23 0 5D 56 5 163 5A 33
Octal 362 20 43 0 135 126 5 543 132 63
Binary 11110010 10000 100011 0 1011101 1010110 101 101100011 1011010 110011

Color Harmonies of #F21023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21023

Black with #F21023

Text Example


Text Example

White with #F21023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21023; }

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

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

background-color css

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

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

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

border-color css

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

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

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