Html Css Color HEX #F31519 Torch Red

📋 copy color: '#F31519'

red 243 ◦ green 21 ◦ blue 25

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

Shades of Torch Red #F31519

Tints of Torch Red #F31519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 84.08%
G = 7.27%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F31519 (or 0xF31519) is known color: Torch Red. HEX triplet: F3, 15 and 19. RGB value is (243,21,25). Sum of RGB (Red+Green+Blue) = 243+21+25=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F31519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31519 is #0CEAE6. Grayscale: #585858. Windows color (decimal): -846567 or 1644019. OLE color: 1644019.

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

Color convert

RGB 243 21 25 -
CMYK 0 0.91 0.90 0.05
HSL 358.92º 0.9% 0.52% -
HSV(B) 358.92º 0.91% 0.95% -
XYZ 37.41 19.66 2.74 -
YUV 87.83 92.55 238.67 -
System Red Green Blue C M Y K H S L
Decimal 243 21 25 0 0.91 0.90 0.05 358.92 0.9 0.52
Hex F3 15 19 0 5B 5A 5 167 5A 34
Octal 363 25 31 0 133 132 5 547 132 64
Binary 11110011 10101 11001 0 1011011 1011010 101 101100111 1011010 110100

Color Harmonies of #F31519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31519

Black with #F31519

Text Example


Text Example

White with #F31519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31519; }

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

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

background-color css

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

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

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

border-color css

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

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

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