Html Css Color HEX #F31538 Torch Red

📋 copy color: '#F31538'

red 243 ◦ green 21 ◦ blue 56

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

Shades of Torch Red #F31538

Tints of Torch Red #F31538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 75.94%
G = 6.56%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F31538 (or 0xF31538) is known color: Torch Red. HEX triplet: F3, 15 and 38. RGB value is (243,21,56). Sum of RGB (Red+Green+Blue) = 243+21+56=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F31538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31538 is #0CEAC7. Grayscale: #5B5B5B. Windows color (decimal): -846536 or 3675635. OLE color: 3675635.

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

Color convert

RGB 243 21 56 -
CMYK 0 0.91 0.77 0.05
HSL 350.54º 0.9% 0.52% -
HSV(B) 350.54º 0.91% 0.95% -
XYZ 37.94 19.88 5.58 -
YUV 91.37 108.05 236.15 -
System Red Green Blue C M Y K H S L
Decimal 243 21 56 0 0.91 0.77 0.05 350.54 0.9 0.52
Hex F3 15 38 0 5B 4D 5 15F 5A 34
Octal 363 25 70 0 133 115 5 537 132 64
Binary 11110011 10101 111000 0 1011011 1001101 101 101011111 1011010 110100

Color Harmonies of #F31538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31538

Black with #F31538

Text Example


Text Example

White with #F31538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31538; }

 p { color: rgb(243,21,56); }

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

background-color css

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

 a { background-color: rgb(243,21,56); }

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

border-color css

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

 span { border-color: rgb(243,21,56); }

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