Html Css Color HEX #FC0738 Torch Red

📋 copy color: '#FC0738'

red 252 ◦ green 7 ◦ blue 56

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

Shades of Torch Red #FC0738

Tints of Torch Red #FC0738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 80%
G = 2.22%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC0738 (or 0xFC0738) is known color: Torch Red. HEX triplet: FC, 07 and 38. RGB value is (252,7,56). Sum of RGB (Red+Green+Blue) = 252+7+56=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0738 is #03F8C7. Grayscale: #555555. Windows color (decimal): -260296 or 3672060. OLE color: 3672060.

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

Color convert

RGB 252 7 56 -
CMYK 0 0.97 0.78 0.01
HSL 348º 0.98% 0.51% -
HSV(B) 348º 0.97% 0.99% -
XYZ 40.93 21.13 5.66 -
YUV 85.84 111.17 246.52 -
System Red Green Blue C M Y K H S L
Decimal 252 7 56 0 0.97 0.78 0.01 348 0.98 0.51
Hex FC 7 38 0 61 4E 1 15C 62 33
Octal 374 7 70 0 141 116 1 534 142 63
Binary 11111100 111 111000 0 1100001 1001110 1 101011100 1100010 110011

Color Harmonies of #FC0738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0738

Black with #FC0738

Text Example


Text Example

White with #FC0738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0738; }

 p { color: rgb(252,7,56); }

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

background-color css

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

 a { background-color: rgb(252,7,56); }

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

border-color css

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

 span { border-color: rgb(252,7,56); }

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