Html Css Color HEX #FC021E Torch Red

📋 copy color: '#FC021E'

red 252 ◦ green 2 ◦ blue 30

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

Shades of Torch Red #FC021E

Tints of Torch Red #FC021E

RGB

 RED value IS 252 (98.83% from 255) = 88.73%

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 88.73%
G = 0.7%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC021E (or 0xFC021E) is known color: Torch Red. HEX triplet: FC, 02 and 1E. RGB value is (252,2,30). Sum of RGB (Red+Green+Blue) = 252+2+30=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC021E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC021E is #03FDE1. Grayscale: #505050. Windows color (decimal): -261602 or 1966844. OLE color: 1966844.

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

Color convert

RGB 252 2 30 -
CMYK 0 0.99 0.88 0.01
HSL 353.28º 0.98% 0.5% -
HSV(B) 353.28º 0.99% 0.99% -
XYZ 40.4 20.83 3.12 -
YUV 79.94 99.83 250.72 -
System Red Green Blue C M Y K H S L
Decimal 252 2 30 0 0.99 0.88 0.01 353.28 0.98 0.5
Hex FC 2 1E 0 63 58 1 161 62 32
Octal 374 2 36 0 143 130 1 541 142 62
Binary 11111100 10 11110 0 1100011 1011000 1 101100001 1100010 110010

Color Harmonies of #FC021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC021E

Black with #FC021E

Text Example


Text Example

White with #FC021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC021E; }

 p { color: rgb(252,2,30); }

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

background-color css

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

 a { background-color: rgb(252,2,30); }

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

border-color css

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

 span { border-color: rgb(252,2,30); }

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