Html Css Color HEX #F00028 Torch Red

📋 copy color: '#F00028'

red 240 ◦ green 0 ◦ blue 40

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

Shades of Torch Red #F00028

Tints of Torch Red #F00028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 85.71%
G = 0%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F00028 (or 0xF00028) is known color: Torch Red. HEX triplet: F0, 00 and 28. RGB value is (240,0,40). Sum of RGB (Red+Green+Blue) = 240+0+40=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F00028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00028 is #0FFFD7. Grayscale: #4C4C4C. Windows color (decimal): -1048536 or 2621680. OLE color: 2621680.

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

Color convert

RGB 240 0 40 -
CMYK 0 1 0.83 0.06
HSL 350º 1% 0.47% -
HSV(B) 350º 1% 0.94% -
XYZ 36.32 18.68 3.7 -
YUV 76.32 107.51 244.75 -
System Red Green Blue C M Y K H S L
Decimal 240 0 40 0 1 0.83 0.06 350 1 0.47
Hex F0 0 28 0 64 53 6 15E 64 2F
Octal 360 0 50 0 144 123 6 536 144 57
Binary 11110000 0 101000 0 1100100 1010011 110 101011110 1100100 101111

Color Harmonies of #F00028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00028

Black with #F00028

Text Example


Text Example

White with #F00028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00028; }

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

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

background-color css

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

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

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

border-color css

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

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

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