Html Css Color HEX #F31018 Torch Red

📋 copy color: '#F31018'

red 243 ◦ green 16 ◦ blue 24

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

Shades of Torch Red #F31018

Tints of Torch Red #F31018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 85.87%
G = 5.65%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F31018 (or 0xF31018) is known color: Torch Red. HEX triplet: F3, 10 and 18. RGB value is (243,16,24). Sum of RGB (Red+Green+Blue) = 243+16+24=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F31018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31018 is #0CEFE7. Grayscale: #545454. Windows color (decimal): -847848 or 1577203. OLE color: 1577203.

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

Color convert

RGB 243 16 24 -
CMYK 0 0.93 0.90 0.05
HSL 357.89º 0.9% 0.51% -
HSV(B) 357.89º 0.93% 0.95% -
XYZ 37.31 19.49 2.66 -
YUV 84.79 93.71 240.85 -
System Red Green Blue C M Y K H S L
Decimal 243 16 24 0 0.93 0.90 0.05 357.89 0.9 0.51
Hex F3 10 18 0 5D 5A 5 166 5A 33
Octal 363 20 30 0 135 132 5 546 132 63
Binary 11110011 10000 11000 0 1011101 1011010 101 101100110 1011010 110011

Color Harmonies of #F31018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31018

Black with #F31018

Text Example


Text Example

White with #F31018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31018; }

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

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

background-color css

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

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

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

border-color css

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

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

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