Html Css Color HEX #F31020 Torch Red

📋 copy color: '#F31020'

red 243 ◦ green 16 ◦ blue 32

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

Shades of Torch Red #F31020

Tints of Torch Red #F31020

RGB

 RED value IS 243 (95.31% from 255) = 83.51%

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

 BLUE value IS 32 (12.89% from 255) = 11%

R = 83.51%
G = 5.5%
B = 11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F31020 (or 0xF31020) is known color: Torch Red. HEX triplet: F3, 10 and 20. RGB value is (243,16,32). Sum of RGB (Red+Green+Blue) = 243+16+32=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F31020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31020 is #0CEFDF. Grayscale: #555555. Windows color (decimal): -847840 or 2101491. OLE color: 2101491.

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

Color convert

RGB 243 16 32 -
CMYK 0 0.93 0.87 0.05
HSL 355.77º 0.9% 0.51% -
HSV(B) 355.77º 0.93% 0.95% -
XYZ 37.41 19.53 3.16 -
YUV 85.7 97.71 240.2 -
System Red Green Blue C M Y K H S L
Decimal 243 16 32 0 0.93 0.87 0.05 355.77 0.9 0.51
Hex F3 10 20 0 5D 57 5 164 5A 33
Octal 363 20 40 0 135 127 5 544 132 63
Binary 11110011 10000 100000 0 1011101 1010111 101 101100100 1011010 110011

Color Harmonies of #F31020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31020

Black with #F31020

Text Example


Text Example

White with #F31020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31020; }

 p { color: rgb(243,16,32); }

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

background-color css

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

 a { background-color: rgb(243,16,32); }

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

border-color css

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

 span { border-color: rgb(243,16,32); }

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