Html Css Color HEX #F00312 Torch Red

📋 copy color: '#F00312'

red 240 ◦ green 3 ◦ blue 18

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

Shades of Torch Red #F00312

Tints of Torch Red #F00312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 91.95%
G = 1.15%
B = 6.9%

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

#F00312 (or 0xF00312) is known color: Torch Red. HEX triplet: F0, 03 and 12. RGB value is (240,3,18). Sum of RGB (Red+Green+Blue) = 240+3+18=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F00312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00312 is #0FFCED. Grayscale: #4B4B4B. Windows color (decimal): -1047790 or 1180656. OLE color: 1180656.

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

Color convert

RGB 240 3 18 -
CMYK 0 0.99 0.92 0.06
HSL 356.2º 0.98% 0.48% -
HSV(B) 356.2º 0.99% 0.94% -
XYZ 36.08 18.63 2.27 -
YUV 75.57 95.52 245.28 -
System Red Green Blue C M Y K H S L
Decimal 240 3 18 0 0.99 0.92 0.06 356.2 0.98 0.48
Hex F0 3 12 0 63 5C 6 164 62 30
Octal 360 3 22 0 143 134 6 544 142 60
Binary 11110000 11 10010 0 1100011 1011100 110 101100100 1100010 110000

Color Harmonies of #F00312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00312

Black with #F00312

Text Example


Text Example

White with #F00312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00312; }

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

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

background-color css

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

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

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

border-color css

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

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

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