Html Css Color HEX #FC233D Torch Red

📋 copy color: '#FC233D'

red 252 ◦ green 35 ◦ blue 61

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

Shades of Torch Red #FC233D

Tints of Torch Red #FC233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

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

R = 72.41%
G = 10.06%
B = 17.53%

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

#FC233D (or 0xFC233D) is known color: Torch Red. HEX triplet: FC, 23 and 3D. RGB value is (252,35,61). Sum of RGB (Red+Green+Blue) = 252+35+61=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC233D is #03DCC2. Grayscale: #666666. Windows color (decimal): -253123 or 4006908. OLE color: 4006908.

HSL color Cylindrical-coordinate representation of color #FC233D: hue angle of 352.81º 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 #FC233D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 35 61 -
CMYK 0 0.86 0.76 0.01
HSL 352.81º 0.97% 0.56% -
HSV(B) 352.81º 0.86% 0.99% -
XYZ 41.59 22.23 6.51 -
YUV 102.85 104.39 234.39 -
System Red Green Blue C M Y K H S L
Decimal 252 35 61 0 0.86 0.76 0.01 352.81 0.97 0.56
Hex FC 23 3D 0 56 4C 1 161 61 38
Octal 374 43 75 0 126 114 1 541 141 70
Binary 11111100 100011 111101 0 1010110 1001100 1 101100001 1100001 111000

Color Harmonies of #FC233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC233D

Black with #FC233D

Text Example


Text Example

White with #FC233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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