Html Css Color HEX #F00612 Torch Red

📋 copy color: '#F00612'

red 240 ◦ green 6 ◦ blue 18

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

Shades of Torch Red #F00612

Tints of Torch Red #F00612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

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

R = 90.91%
G = 2.27%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F00612 (or 0xF00612) is known color: Torch Red. HEX triplet: F0, 06 and 12. RGB value is (240,6,18). Sum of RGB (Red+Green+Blue) = 240+6+18=264 (34% of max value = 765). Red value is 240 (94.14% from 255 or 90.91% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 240 - color contains mainly: red. Hex color #F00612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00612 is #0FF9ED. Grayscale: #4D4D4D. Windows color (decimal): -1047022 or 1181424. OLE color: 1181424.

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

Color convert

RGB 240 6 18 -
CMYK 0 0.98 0.92 0.06
HSL 356.92º 0.95% 0.48% -
HSV(B) 356.92º 0.98% 0.94% -
XYZ 36.11 18.7 2.28 -
YUV 77.33 94.52 244.02 -
System Red Green Blue C M Y K H S L
Decimal 240 6 18 0 0.98 0.92 0.06 356.92 0.95 0.48
Hex F0 6 12 0 62 5C 6 165 5F 30
Octal 360 6 22 0 142 134 6 545 137 60
Binary 11110000 110 10010 0 1100010 1011100 110 101100101 1011111 110000

Color Harmonies of #F00612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00612

Black with #F00612

Text Example


Text Example

White with #F00612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00612; }

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

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

background-color css

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

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

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

border-color css

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

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

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