Html Css Color HEX #F0183B Torch Red

📋 copy color: '#F0183B'

red 240 ◦ green 24 ◦ blue 59

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

Shades of Torch Red #F0183B

Tints of Torch Red #F0183B

RGB

 RED value IS 240 (94.14% from 255) = 74.3%

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

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

R = 74.3%
G = 7.43%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0183B (or 0xF0183B) is known color: Torch Red. HEX triplet: F0, 18 and 3B. RGB value is (240,24,59). Sum of RGB (Red+Green+Blue) = 240+24+59=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0183B is #0FE7C4. Grayscale: #5C5C5C. Windows color (decimal): -1042373 or 3873008. OLE color: 3873008.

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

Color convert

RGB 240 24 59 -
CMYK 0 0.9 0.75 0.06
HSL 350.28º 0.88% 0.52% -
HSV(B) 350.28º 0.9% 0.94% -
XYZ 37.05 19.49 5.95 -
YUV 92.57 109.06 233.15 -
System Red Green Blue C M Y K H S L
Decimal 240 24 59 0 0.9 0.75 0.06 350.28 0.88 0.52
Hex F0 18 3B 0 5A 4B 6 15E 58 34
Octal 360 30 73 0 132 113 6 536 130 64
Binary 11110000 11000 111011 0 1011010 1001011 110 101011110 1011000 110100

Color Harmonies of #F0183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0183B

Black with #F0183B

Text Example


Text Example

White with #F0183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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