Html Css Color HEX #FC2135 Torch Red

📋 copy color: '#FC2135'

red 252 ◦ green 33 ◦ blue 53

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

Shades of Torch Red #FC2135

Tints of Torch Red #FC2135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.76%

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 74.56%
G = 9.76%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC2135 (or 0xFC2135) is known color: Torch Red. HEX triplet: FC, 21 and 35. RGB value is (252,33,53). Sum of RGB (Red+Green+Blue) = 252+33+53=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2135 is #03DECA. Grayscale: #646464. Windows color (decimal): -253643 or 3482108. OLE color: 3482108.

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

Color convert

RGB 252 33 53 -
CMYK 0 0.87 0.79 0.01
HSL 354.52º 0.97% 0.56% -
HSV(B) 354.52º 0.87% 0.99% -
XYZ 41.33 22.04 5.44 -
YUV 100.76 101.05 235.87 -
System Red Green Blue C M Y K H S L
Decimal 252 33 53 0 0.87 0.79 0.01 354.52 0.97 0.56
Hex FC 21 35 0 57 4F 1 163 61 38
Octal 374 41 65 0 127 117 1 543 141 70
Binary 11111100 100001 110101 0 1010111 1001111 1 101100011 1100001 111000

Color Harmonies of #FC2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2135

Black with #FC2135

Text Example


Text Example

White with #FC2135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2135; }

 p { color: rgb(252,33,53); }

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

background-color css

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

 a { background-color: rgb(252,33,53); }

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

border-color css

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

 span { border-color: rgb(252,33,53); }

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