Html Css Color HEX #F0031C Torch Red

📋 copy color: '#F0031C'

red 240 ◦ green 3 ◦ blue 28

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

Shades of Torch Red #F0031C

Tints of Torch Red #F0031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 88.56%
G = 1.11%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0031C (or 0xF0031C) is known color: Torch Red. HEX triplet: F0, 03 and 1C. RGB value is (240,3,28). Sum of RGB (Red+Green+Blue) = 240+3+28=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F0031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0031C is #0FFCE3. Grayscale: #4C4C4C. Windows color (decimal): -1047780 or 1836016. OLE color: 1836016.

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

Color convert

RGB 240 3 28 -
CMYK 0 0.99 0.88 0.06
HSL 353.67º 0.98% 0.48% -
HSV(B) 353.67º 0.99% 0.94% -
XYZ 36.18 18.67 2.8 -
YUV 76.71 100.52 244.47 -
System Red Green Blue C M Y K H S L
Decimal 240 3 28 0 0.99 0.88 0.06 353.67 0.98 0.48
Hex F0 3 1C 0 63 58 6 162 62 30
Octal 360 3 34 0 143 130 6 542 142 60
Binary 11110000 11 11100 0 1100011 1011000 110 101100010 1100010 110000

Color Harmonies of #F0031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0031C

Black with #F0031C

Text Example


Text Example

White with #F0031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0031C; }

 p { color: rgb(240,3,28); }

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

background-color css

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

 a { background-color: rgb(240,3,28); }

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

border-color css

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

 span { border-color: rgb(240,3,28); }

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