Html Css Color HEX #FC1E23 Torch Red

📋 copy color: '#FC1E23'

red 252 ◦ green 30 ◦ blue 35

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

Shades of Torch Red #FC1E23

Tints of Torch Red #FC1E23

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

 BLUE value IS 35 (14.06% from 255) = 11.04%

R = 79.5%
G = 9.46%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC1E23 (or 0xFC1E23) is known color: Torch Red. HEX triplet: FC, 1E and 23. RGB value is (252,30,35). Sum of RGB (Red+Green+Blue) = 252+30+35=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E23 is #03E1DC. Grayscale: #616161. Windows color (decimal): -254429 or 2301692. OLE color: 2301692.

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

Color convert

RGB 252 30 35 -
CMYK 0 0.88 0.86 0.01
HSL 358.65º 0.97% 0.55% -
HSV(B) 358.65º 0.88% 0.99% -
XYZ 40.91 21.75 3.63 -
YUV 96.95 93.05 238.59 -
System Red Green Blue C M Y K H S L
Decimal 252 30 35 0 0.88 0.86 0.01 358.65 0.97 0.55
Hex FC 1E 23 0 58 56 1 167 61 37
Octal 374 36 43 0 130 126 1 547 141 67
Binary 11111100 11110 100011 0 1011000 1010110 1 101100111 1100001 110111

Color Harmonies of #FC1E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E23

Black with #FC1E23

Text Example


Text Example

White with #FC1E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E23; }

 p { color: rgb(252,30,35); }

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

background-color css

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

 a { background-color: rgb(252,30,35); }

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

border-color css

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

 span { border-color: rgb(252,30,35); }

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