Html Css Color HEX #FC092D Torch Red

📋 copy color: '#FC092D'

red 252 ◦ green 9 ◦ blue 45

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

Shades of Torch Red #FC092D

Tints of Torch Red #FC092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.94%

 BLUE value IS 45 (17.97% from 255) = 14.71%

R = 82.35%
G = 2.94%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC092D (or 0xFC092D) is known color: Torch Red. HEX triplet: FC, 09 and 2D. RGB value is (252,9,45). Sum of RGB (Red+Green+Blue) = 252+9+45=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC092D is #03F6D2. Grayscale: #555555. Windows color (decimal): -259795 or 2951676. OLE color: 2951676.

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

Color convert

RGB 252 9 45 -
CMYK 0 0.96 0.82 0.01
HSL 351.11º 0.98% 0.51% -
HSV(B) 351.11º 0.96% 0.99% -
XYZ 40.72 21.08 4.41 -
YUV 85.76 105.01 246.57 -
System Red Green Blue C M Y K H S L
Decimal 252 9 45 0 0.96 0.82 0.01 351.11 0.98 0.51
Hex FC 9 2D 0 60 52 1 15F 62 33
Octal 374 11 55 0 140 122 1 537 142 63
Binary 11111100 1001 101101 0 1100000 1010010 1 101011111 1100010 110011

Color Harmonies of #FC092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC092D

Black with #FC092D

Text Example


Text Example

White with #FC092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC092D; }

 p { color: rgb(252,9,45); }

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

background-color css

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

 a { background-color: rgb(252,9,45); }

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

border-color css

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

 span { border-color: rgb(252,9,45); }

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