Html Css Color HEX #F31618 Torch Red

📋 copy color: '#F31618'

red 243 ◦ green 22 ◦ blue 24

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

Shades of Torch Red #F31618

Tints of Torch Red #F31618

RGB

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

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

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

R = 84.08%
G = 7.61%
B = 8.3%

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

#F31618 (or 0xF31618) is known color: Torch Red. HEX triplet: F3, 16 and 18. RGB value is (243,22,24). Sum of RGB (Red+Green+Blue) = 243+22+24=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F31618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31618 is #0CE9E7. Grayscale: #585858. Windows color (decimal): -846312 or 1578739. OLE color: 1578739.

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

Color convert

RGB 243 22 24 -
CMYK 0 0.91 0.90 0.05
HSL 359.46º 0.9% 0.52% -
HSV(B) 359.46º 0.91% 0.95% -
XYZ 37.41 19.69 2.69 -
YUV 88.31 91.72 238.34 -
System Red Green Blue C M Y K H S L
Decimal 243 22 24 0 0.91 0.90 0.05 359.46 0.9 0.52
Hex F3 16 18 0 5B 5A 5 167 5A 34
Octal 363 26 30 0 133 132 5 547 132 64
Binary 11110011 10110 11000 0 1011011 1011010 101 101100111 1011010 110100

Color Harmonies of #F31618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31618

Black with #F31618

Text Example


Text Example

White with #F31618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31618; }

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

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

background-color css

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

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

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

border-color css

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

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

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