Html Css Color HEX #FC243D Torch Red

📋 copy color: '#FC243D'

red 252 ◦ green 36 ◦ blue 61

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

Shades of Torch Red #FC243D

Tints of Torch Red #FC243D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 72.21%
G = 10.32%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC243D (or 0xFC243D) is known color: Torch Red. HEX triplet: FC, 24 and 3D. RGB value is (252,36,61). Sum of RGB (Red+Green+Blue) = 252+36+61=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC243D is #03DBC2. Grayscale: #676767. Windows color (decimal): -252867 or 4007164. OLE color: 4007164.

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

Color convert

RGB 252 36 61 -
CMYK 0 0.86 0.76 0.01
HSL 353.06º 0.97% 0.56% -
HSV(B) 353.06º 0.86% 0.99% -
XYZ 41.62 22.29 6.52 -
YUV 103.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 252 36 61 0 0.86 0.76 0.01 353.06 0.97 0.56
Hex FC 24 3D 0 56 4C 1 161 61 38
Octal 374 44 75 0 126 114 1 541 141 70
Binary 11111100 100100 111101 0 1010110 1001100 1 101100001 1100001 111000

Color Harmonies of #FC243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC243D

Black with #FC243D

Text Example


Text Example

White with #FC243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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