Html Css Color HEX #F01838 Torch Red

📋 copy color: '#F01838'

red 240 ◦ green 24 ◦ blue 56

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

Shades of Torch Red #F01838

Tints of Torch Red #F01838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 75%
G = 7.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F01838 (or 0xF01838) is known color: Torch Red. HEX triplet: F0, 18 and 38. RGB value is (240,24,56). Sum of RGB (Red+Green+Blue) = 240+24+56=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F01838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01838 is #0FE7C7. Grayscale: #5C5C5C. Windows color (decimal): -1042376 or 3676400. OLE color: 3676400.

HSL color Cylindrical-coordinate representation of color #F01838: hue angle of 351.11º 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 #F01838 is Cyan = 0, Magento = 0.9, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 56 -
CMYK 0 0.9 0.77 0.06
HSL 351.11º 0.88% 0.52% -
HSV(B) 351.11º 0.9% 0.94% -
XYZ 36.98 19.46 5.55 -
YUV 92.23 107.56 233.4 -
System Red Green Blue C M Y K H S L
Decimal 240 24 56 0 0.9 0.77 0.06 351.11 0.88 0.52
Hex F0 18 38 0 5A 4D 6 15F 58 34
Octal 360 30 70 0 132 115 6 537 130 64
Binary 11110000 11000 111000 0 1011010 1001101 110 101011111 1011000 110100

Color Harmonies of #F01838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01838

Black with #F01838

Text Example


Text Example

White with #F01838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01838; }

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

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

background-color css

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

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

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

border-color css

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

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

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