Html Css Color HEX #F01938 Torch Red

📋 copy color: '#F01938'

red 240 ◦ green 25 ◦ blue 56

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

Shades of Torch Red #F01938

Tints of Torch Red #F01938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

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

R = 74.77%
G = 7.79%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F01938 (or 0xF01938) is known color: Torch Red. HEX triplet: F0, 19 and 38. RGB value is (240,25,56). Sum of RGB (Red+Green+Blue) = 240+25+56=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F01938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01938 is #0FE6C7. Grayscale: #5C5C5C. Windows color (decimal): -1042120 or 3676656. OLE color: 3676656.

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

Color convert

RGB 240 25 56 -
CMYK 0 0.90 0.77 0.06
HSL 351.35º 0.88% 0.52% -
HSV(B) 351.35º 0.9% 0.94% -
XYZ 37 19.51 5.56 -
YUV 92.82 107.23 232.98 -
System Red Green Blue C M Y K H S L
Decimal 240 25 56 0 0.90 0.77 0.06 351.35 0.88 0.52
Hex F0 19 38 0 5A 4D 6 15F 58 34
Octal 360 31 70 0 132 115 6 537 130 64
Binary 11110000 11001 111000 0 1011010 1001101 110 101011111 1011000 110100

Color Harmonies of #F01938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01938

Black with #F01938

Text Example


Text Example

White with #F01938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01938; }

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

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

background-color css

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

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

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

border-color css

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

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

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