Html Css Color HEX #F0001C Torch Red

📋 copy color: '#F0001C'

red 240 ◦ green 0 ◦ blue 28

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

Shades of Torch Red #F0001C

Tints of Torch Red #F0001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.55%
G = 0%
B = 10.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0001C (or 0xF0001C) is known color: Torch Red. HEX triplet: F0, 00 and 1C. RGB value is (240,0,28). Sum of RGB (Red+Green+Blue) = 240+0+28=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F0001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0001C is #0FFFE3. Grayscale: #4B4B4B. Windows color (decimal): -1048548 or 1835248. OLE color: 1835248.

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

Color convert

RGB 240 0 28 -
CMYK 0 1 0.88 0.06
HSL 353º 1% 0.47% -
HSV(B) 353º 1% 0.94% -
XYZ 36.14 18.61 2.79 -
YUV 74.95 101.51 245.72 -
System Red Green Blue C M Y K H S L
Decimal 240 0 28 0 1 0.88 0.06 353 1 0.47
Hex F0 0 1C 0 64 58 6 161 64 2F
Octal 360 0 34 0 144 130 6 541 144 57
Binary 11110000 0 11100 0 1100100 1011000 110 101100001 1100100 101111

Color Harmonies of #F0001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0001C

Black with #F0001C

Text Example


Text Example

White with #F0001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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