Html Css Color HEX #F00621 Torch Red

📋 copy color: '#F00621'

red 240 ◦ green 6 ◦ blue 33

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

Shades of Torch Red #F00621

Tints of Torch Red #F00621

RGB

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

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

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

R = 86.02%
G = 2.15%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F00621 (or 0xF00621) is known color: Torch Red. HEX triplet: F0, 06 and 21. RGB value is (240,6,33). Sum of RGB (Red+Green+Blue) = 240+6+33=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F00621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00621 is #0FF9DE. Grayscale: #4F4F4F. Windows color (decimal): -1047007 or 2164464. OLE color: 2164464.

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

Color convert

RGB 240 6 33 -
CMYK 0 0.98 0.86 0.06
HSL 353.08º 0.95% 0.48% -
HSV(B) 353.08º 0.98% 0.94% -
XYZ 36.27 18.77 3.15 -
YUV 79.04 102.02 242.8 -
System Red Green Blue C M Y K H S L
Decimal 240 6 33 0 0.98 0.86 0.06 353.08 0.95 0.48
Hex F0 6 21 0 62 56 6 161 5F 30
Octal 360 6 41 0 142 126 6 541 137 60
Binary 11110000 110 100001 0 1100010 1010110 110 101100001 1011111 110000

Color Harmonies of #F00621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00621

Black with #F00621

Text Example


Text Example

White with #F00621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00621; }

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

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

background-color css

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

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

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

border-color css

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

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

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