Html Css Color HEX #FC253D Torch Red

📋 copy color: '#FC253D'

red 252 ◦ green 37 ◦ blue 61

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

Shades of Torch Red #FC253D

Tints of Torch Red #FC253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

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

R = 72%
G = 10.57%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC253D (or 0xFC253D) is known color: Torch Red. HEX triplet: FC, 25 and 3D. RGB value is (252,37,61). Sum of RGB (Red+Green+Blue) = 252+37+61=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC253D is #03DAC2. Grayscale: #686868. Windows color (decimal): -252611 or 4007420. OLE color: 4007420.

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

Color convert

RGB 252 37 61 -
CMYK 0 0.85 0.76 0.01
HSL 353.3º 0.97% 0.57% -
HSV(B) 353.3º 0.85% 0.99% -
XYZ 41.65 22.36 6.53 -
YUV 104.02 103.73 233.55 -
System Red Green Blue C M Y K H S L
Decimal 252 37 61 0 0.85 0.76 0.01 353.3 0.97 0.57
Hex FC 25 3D 0 55 4C 1 161 61 39
Octal 374 45 75 0 125 114 1 541 141 71
Binary 11111100 100101 111101 0 1010101 1001100 1 101100001 1100001 111001

Color Harmonies of #FC253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC253D

Black with #FC253D

Text Example


Text Example

White with #FC253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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