Html Css Color HEX #F3181C Torch Red

📋 copy color: '#F3181C'

red 243 ◦ green 24 ◦ blue 28

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

Shades of Torch Red #F3181C

Tints of Torch Red #F3181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 82.37%
G = 8.14%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3181C (or 0xF3181C) is known color: Torch Red. HEX triplet: F3, 18 and 1C. RGB value is (243,24,28). Sum of RGB (Red+Green+Blue) = 243+24+28=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F3181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3181C is #0CE7E3. Grayscale: #5A5A5A. Windows color (decimal): -845796 or 1841395. OLE color: 1841395.

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

Color convert

RGB 243 24 28 -
CMYK 0 0.90 0.88 0.05
HSL 358.9º 0.9% 0.52% -
HSV(B) 358.9º 0.9% 0.95% -
XYZ 37.5 19.79 2.94 -
YUV 89.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 243 24 28 0 0.90 0.88 0.05 358.9 0.9 0.52
Hex F3 18 1C 0 5A 58 5 167 5A 34
Octal 363 30 34 0 132 130 5 547 132 64
Binary 11110011 11000 11100 0 1011010 1011000 101 101100111 1011010 110100

Color Harmonies of #F3181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3181C

Black with #F3181C

Text Example


Text Example

White with #F3181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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