Html Css Color HEX #F0031A Torch Red

📋 copy color: '#F0031A'

red 240 ◦ green 3 ◦ blue 26

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

Shades of Torch Red #F0031A

Tints of Torch Red #F0031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 89.22%
G = 1.12%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0031A (or 0xF0031A) is known color: Torch Red. HEX triplet: F0, 03 and 1A. RGB value is (240,3,26). Sum of RGB (Red+Green+Blue) = 240+3+26=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F0031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0031A is #0FFCE5. Grayscale: #4C4C4C. Windows color (decimal): -1047782 or 1704944. OLE color: 1704944.

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

Color convert

RGB 240 3 26 -
CMYK 0 0.99 0.89 0.06
HSL 354.18º 0.98% 0.48% -
HSV(B) 354.18º 0.99% 0.94% -
XYZ 36.15 18.66 2.67 -
YUV 76.49 99.52 244.63 -
System Red Green Blue C M Y K H S L
Decimal 240 3 26 0 0.99 0.89 0.06 354.18 0.98 0.48
Hex F0 3 1A 0 63 59 6 162 62 30
Octal 360 3 32 0 143 131 6 542 142 60
Binary 11110000 11 11010 0 1100011 1011001 110 101100010 1100010 110000

Color Harmonies of #F0031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0031A

Black with #F0031A

Text Example


Text Example

White with #F0031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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