Html Css Color HEX #F20610 Torch Red

📋 copy color: '#F20610'

red 242 ◦ green 6 ◦ blue 16

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

Shades of Torch Red #F20610

Tints of Torch Red #F20610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 91.67%
G = 2.27%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F20610 (or 0xF20610) is known color: Torch Red. HEX triplet: F2, 06 and 10. RGB value is (242,6,16). Sum of RGB (Red+Green+Blue) = 242+6+16=264 (34% of max value = 765). Red value is 242 (94.92% from 255 or 91.67% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 242 - color contains mainly: red. Hex color #F20610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20610 is #0DF9EF. Grayscale: #4D4D4D. Windows color (decimal): -915952 or 1050354. OLE color: 1050354.

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

Color convert

RGB 242 6 16 -
CMYK 0 0.98 0.93 0.05
HSL 357.46º 0.95% 0.49% -
HSV(B) 357.46º 0.98% 0.95% -
XYZ 36.78 19.04 2.23 -
YUV 77.7 93.19 245.19 -
System Red Green Blue C M Y K H S L
Decimal 242 6 16 0 0.98 0.93 0.05 357.46 0.95 0.49
Hex F2 6 10 0 62 5D 5 165 5F 31
Octal 362 6 20 0 142 135 5 545 137 61
Binary 11110010 110 10000 0 1100010 1011101 101 101100101 1011111 110001

Color Harmonies of #F20610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20610

Black with #F20610

Text Example


Text Example

White with #F20610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20610; }

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

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

background-color css

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

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

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

border-color css

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

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

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