Html Css Color HEX #F8183B Torch Red

📋 copy color: '#F8183B'

red 248 ◦ green 24 ◦ blue 59

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

Shades of Torch Red #F8183B

Tints of Torch Red #F8183B

RGB

 RED value IS 248 (97.27% from 255) = 74.92%

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 74.92%
G = 7.25%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8183B (or 0xF8183B) is known color: Torch Red. HEX triplet: F8, 18 and 3B. RGB value is (248,24,59). Sum of RGB (Red+Green+Blue) = 248+24+59=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F8183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8183B is #07E7C4. Grayscale: #5F5F5F. Windows color (decimal): -518085 or 3873016. OLE color: 3873016.

HSL color Cylindrical-coordinate representation of color #F8183B: hue angle of 350.62º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8183B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 24 59 -
CMYK 0 0.90 0.76 0.03
HSL 350.63º 0.94% 0.53% -
HSV(B) 350.63º 0.9% 0.97% -
XYZ 39.83 20.93 6.08 -
YUV 94.97 107.71 237.15 -
System Red Green Blue C M Y K H S L
Decimal 248 24 59 0 0.90 0.76 0.03 350.63 0.94 0.53
Hex F8 18 3B 0 5A 4C 3 15F 5E 35
Octal 370 30 73 0 132 114 3 537 136 65
Binary 11111000 11000 111011 0 1011010 1001100 11 101011111 1011110 110101

Color Harmonies of #F8183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8183B

Black with #F8183B

Text Example


Text Example

White with #F8183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8183B; }

 p { color: rgb(248,24,59); }

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

background-color css

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

 a { background-color: rgb(248,24,59); }

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

border-color css

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

 span { border-color: rgb(248,24,59); }

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