Html Css Color HEX #FC033D Torch Red

📋 copy color: '#FC033D'

red 252 ◦ green 3 ◦ blue 61

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

Shades of Torch Red #FC033D

Tints of Torch Red #FC033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 79.75%
G = 0.95%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC033D (or 0xFC033D) is known color: Torch Red. HEX triplet: FC, 03 and 3D. RGB value is (252,3,61). Sum of RGB (Red+Green+Blue) = 252+3+61=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC033D is #03FCC2. Grayscale: #545454. Windows color (decimal): -261315 or 3998716. OLE color: 3998716.

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

Color convert

RGB 252 3 61 -
CMYK 0 0.99 0.76 0.01
HSL 346.02º 0.98% 0.5% -
HSV(B) 346.02º 0.99% 0.99% -
XYZ 41.02 21.1 6.33 -
YUV 84.06 114.99 247.78 -
System Red Green Blue C M Y K H S L
Decimal 252 3 61 0 0.99 0.76 0.01 346.02 0.98 0.5
Hex FC 3 3D 0 63 4C 1 15A 62 32
Octal 374 3 75 0 143 114 1 532 142 62
Binary 11111100 11 111101 0 1100011 1001100 1 101011010 1100010 110010

Color Harmonies of #FC033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC033D

Black with #FC033D

Text Example


Text Example

White with #FC033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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