Html Css Color HEX #F00314 Torch Red

📋 copy color: '#F00314'

red 240 ◦ green 3 ◦ blue 20

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

Shades of Torch Red #F00314

Tints of Torch Red #F00314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 91.25%
G = 1.14%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F00314 (or 0xF00314) is known color: Torch Red. HEX triplet: F0, 03 and 14. RGB value is (240,3,20). Sum of RGB (Red+Green+Blue) = 240+3+20=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F00314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00314 is #0FFCEB. Grayscale: #4B4B4B. Windows color (decimal): -1047788 or 1311728. OLE color: 1311728.

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

Color convert

RGB 240 3 20 -
CMYK 0 0.99 0.92 0.06
HSL 355.7º 0.98% 0.48% -
HSV(B) 355.7º 0.99% 0.94% -
XYZ 36.09 18.64 2.36 -
YUV 75.8 96.52 245.12 -
System Red Green Blue C M Y K H S L
Decimal 240 3 20 0 0.99 0.92 0.06 355.7 0.98 0.48
Hex F0 3 14 0 63 5C 6 164 62 30
Octal 360 3 24 0 143 134 6 544 142 60
Binary 11110000 11 10100 0 1100011 1011100 110 101100100 1100010 110000

Color Harmonies of #F00314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00314

Black with #F00314

Text Example


Text Example

White with #F00314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00314; }

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

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

background-color css

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

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

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

border-color css

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

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

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