Html Css Color HEX #F31636 Torch Red

📋 copy color: '#F31636'

red 243 ◦ green 22 ◦ blue 54

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

Shades of Torch Red #F31636

Tints of Torch Red #F31636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 76.18%
G = 6.9%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F31636 (or 0xF31636) is known color: Torch Red. HEX triplet: F3, 16 and 36. RGB value is (243,22,54). Sum of RGB (Red+Green+Blue) = 243+22+54=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F31636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31636 is #0CE9C9. Grayscale: #5B5B5B. Windows color (decimal): -846282 or 3544819. OLE color: 3544819.

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

Color convert

RGB 243 22 54 -
CMYK 0 0.91 0.78 0.05
HSL 351.31º 0.9% 0.52% -
HSV(B) 351.31º 0.91% 0.95% -
XYZ 37.91 19.89 5.33 -
YUV 91.73 106.72 235.9 -
System Red Green Blue C M Y K H S L
Decimal 243 22 54 0 0.91 0.78 0.05 351.31 0.9 0.52
Hex F3 16 36 0 5B 4E 5 15F 5A 34
Octal 363 26 66 0 133 116 5 537 132 64
Binary 11110011 10110 110110 0 1011011 1001110 101 101011111 1011010 110100

Color Harmonies of #F31636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31636

Black with #F31636

Text Example


Text Example

White with #F31636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31636; }

 p { color: rgb(243,22,54); }

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

background-color css

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

 a { background-color: rgb(243,22,54); }

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

border-color css

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

 span { border-color: rgb(243,22,54); }

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