Html Css Color HEX #F31419 Torch Red

📋 copy color: '#F31419'

red 243 ◦ green 20 ◦ blue 25

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

Shades of Torch Red #F31419

Tints of Torch Red #F31419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

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

R = 84.38%
G = 6.94%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F31419 (or 0xF31419) is known color: Torch Red. HEX triplet: F3, 14 and 19. RGB value is (243,20,25). Sum of RGB (Red+Green+Blue) = 243+20+25=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F31419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31419 is #0CEBE6. Grayscale: #575757. Windows color (decimal): -846823 or 1643763. OLE color: 1643763.

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

Color convert

RGB 243 20 25 -
CMYK 0 0.92 0.90 0.05
HSL 358.65º 0.9% 0.52% -
HSV(B) 358.65º 0.92% 0.95% -
XYZ 37.39 19.63 2.74 -
YUV 87.25 92.88 239.09 -
System Red Green Blue C M Y K H S L
Decimal 243 20 25 0 0.92 0.90 0.05 358.65 0.9 0.52
Hex F3 14 19 0 5C 5A 5 167 5A 34
Octal 363 24 31 0 134 132 5 547 132 64
Binary 11110011 10100 11001 0 1011100 1011010 101 101100111 1011010 110100

Color Harmonies of #F31419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31419

Black with #F31419

Text Example


Text Example

White with #F31419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31419; }

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

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

background-color css

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

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

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

border-color css

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

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

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