Html Css Color HEX #FC0F3A Torch Red

📋 copy color: '#FC0F3A'

red 252 ◦ green 15 ◦ blue 58

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

Shades of Torch Red #FC0F3A

Tints of Torch Red #FC0F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.62%

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 77.54%
G = 4.62%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC0F3A (or 0xFC0F3A) is known color: Torch Red. HEX triplet: FC, 0F and 3A. RGB value is (252,15,58). Sum of RGB (Red+Green+Blue) = 252+15+58=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F3A is #03F0C5. Grayscale: #5A5A5A. Windows color (decimal): -258246 or 3805180. OLE color: 3805180.

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

Color convert

RGB 252 15 58 -
CMYK 0 0.94 0.77 0.01
HSL 349.11º 0.98% 0.52% -
HSV(B) 349.11º 0.94% 0.99% -
XYZ 41.08 21.34 5.96 -
YUV 90.77 109.52 243 -
System Red Green Blue C M Y K H S L
Decimal 252 15 58 0 0.94 0.77 0.01 349.11 0.98 0.52
Hex FC F 3A 0 5E 4D 1 15D 62 34
Octal 374 17 72 0 136 115 1 535 142 64
Binary 11111100 1111 111010 0 1011110 1001101 1 101011101 1100010 110100

Color Harmonies of #FC0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0F3A

Black with #FC0F3A

Text Example


Text Example

White with #FC0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0F3A; }

 p { color: rgb(252,15,58); }

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

background-color css

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

 a { background-color: rgb(252,15,58); }

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

border-color css

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

 span { border-color: rgb(252,15,58); }

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