Html Css Color HEX #F01828 Torch Red

📋 copy color: '#F01828'

red 240 ◦ green 24 ◦ blue 40

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

Shades of Torch Red #F01828

Tints of Torch Red #F01828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 78.95%
G = 7.89%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F01828 (or 0xF01828) is known color: Torch Red. HEX triplet: F0, 18 and 28. RGB value is (240,24,40). Sum of RGB (Red+Green+Blue) = 240+24+40=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F01828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01828 is #0FE7D7. Grayscale: #5A5A5A. Windows color (decimal): -1042392 or 2627824. OLE color: 2627824.

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

Color convert

RGB 240 24 40 -
CMYK 0 0.9 0.83 0.06
HSL 355.56º 0.88% 0.52% -
HSV(B) 355.56º 0.9% 0.94% -
XYZ 36.64 19.33 3.81 -
YUV 90.41 99.56 234.7 -
System Red Green Blue C M Y K H S L
Decimal 240 24 40 0 0.9 0.83 0.06 355.56 0.88 0.52
Hex F0 18 28 0 5A 53 6 164 58 34
Octal 360 30 50 0 132 123 6 544 130 64
Binary 11110000 11000 101000 0 1011010 1010011 110 101100100 1011000 110100

Color Harmonies of #F01828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01828

Black with #F01828

Text Example


Text Example

White with #F01828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01828; }

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

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

background-color css

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

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

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

border-color css

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

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

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