Html Css Color HEX #F0021D Torch Red

📋 copy color: '#F0021D'

red 240 ◦ green 2 ◦ blue 29

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

Shades of Torch Red #F0021D

Tints of Torch Red #F0021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 88.56%
G = 0.74%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0021D (or 0xF0021D) is known color: Torch Red. HEX triplet: F0, 02 and 1D. RGB value is (240,2,29). Sum of RGB (Red+Green+Blue) = 240+2+29=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F0021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0021D is #0FFDE2. Grayscale: #4C4C4C. Windows color (decimal): -1048035 or 1901296. OLE color: 1901296.

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

Color convert

RGB 240 2 29 -
CMYK 0 0.99 0.88 0.06
HSL 353.19º 0.98% 0.47% -
HSV(B) 353.19º 0.99% 0.94% -
XYZ 36.18 18.66 2.86 -
YUV 76.24 101.35 244.8 -
System Red Green Blue C M Y K H S L
Decimal 240 2 29 0 0.99 0.88 0.06 353.19 0.98 0.47
Hex F0 2 1D 0 63 58 6 161 62 2F
Octal 360 2 35 0 143 130 6 541 142 57
Binary 11110000 10 11101 0 1100011 1011000 110 101100001 1100010 101111

Color Harmonies of #F0021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0021D

Black with #F0021D

Text Example


Text Example

White with #F0021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0021D; }

 p { color: rgb(240,2,29); }

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

background-color css

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

 a { background-color: rgb(240,2,29); }

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

border-color css

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

 span { border-color: rgb(240,2,29); }

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