Html Css Color HEX #FC031E Torch Red

📋 copy color: '#FC031E'

red 252 ◦ green 3 ◦ blue 30

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

Shades of Torch Red #FC031E

Tints of Torch Red #FC031E

RGB

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

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

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

R = 88.42%
G = 1.05%
B = 10.53%

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

#FC031E (or 0xFC031E) is known color: Torch Red. HEX triplet: FC, 03 and 1E. RGB value is (252,3,30). Sum of RGB (Red+Green+Blue) = 252+3+30=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC031E is #03FCE1. Grayscale: #505050. Windows color (decimal): -261346 or 1967100. OLE color: 1967100.

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

Color convert

RGB 252 3 30 -
CMYK 0 0.99 0.88 0.01
HSL 353.49º 0.98% 0.5% -
HSV(B) 353.49º 0.99% 0.99% -
XYZ 40.41 20.85 3.12 -
YUV 80.53 99.49 250.3 -
System Red Green Blue C M Y K H S L
Decimal 252 3 30 0 0.99 0.88 0.01 353.49 0.98 0.5
Hex FC 3 1E 0 63 58 1 161 62 32
Octal 374 3 36 0 143 130 1 541 142 62
Binary 11111100 11 11110 0 1100011 1011000 1 101100001 1100010 110010

Color Harmonies of #FC031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC031E

Black with #FC031E

Text Example


Text Example

White with #FC031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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