Html Css Color HEX #F00321 Torch Red

📋 copy color: '#F00321'

red 240 ◦ green 3 ◦ blue 33

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

Shades of Torch Red #F00321

Tints of Torch Red #F00321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 86.96%
G = 1.09%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F00321 (or 0xF00321) is known color: Torch Red. HEX triplet: F0, 03 and 21. RGB value is (240,3,33). Sum of RGB (Red+Green+Blue) = 240+3+33=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F00321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00321 is #0FFCDE. Grayscale: #4D4D4D. Windows color (decimal): -1047775 or 2163696. OLE color: 2163696.

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

Color convert

RGB 240 3 33 -
CMYK 0 0.99 0.86 0.06
HSL 352.41º 0.98% 0.48% -
HSV(B) 352.41º 0.99% 0.94% -
XYZ 36.24 18.7 3.14 -
YUV 77.28 103.02 244.06 -
System Red Green Blue C M Y K H S L
Decimal 240 3 33 0 0.99 0.86 0.06 352.41 0.98 0.48
Hex F0 3 21 0 63 56 6 160 62 30
Octal 360 3 41 0 143 126 6 540 142 60
Binary 11110000 11 100001 0 1100011 1010110 110 101100000 1100010 110000

Color Harmonies of #F00321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00321

Black with #F00321

Text Example


Text Example

White with #F00321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00321; }

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

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

background-color css

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

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

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

border-color css

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

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

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