Html Css Color HEX #FC3238 Alizarin

📋 copy color: '#FC3238'

red 252 ◦ green 50 ◦ blue 56

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

Shades of Alizarin #FC3238

Tints of Alizarin #FC3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.97%

 BLUE value IS 56 (22.27% from 255) = 15.64%

R = 70.39%
G = 13.97%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC3238 (or 0xFC3238) is known color: Alizarin. HEX triplet: FC, 32 and 38. RGB value is (252,50,56). Sum of RGB (Red+Green+Blue) = 252+50+56=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3238 is #03CDC7. Grayscale: #6F6F6F. Windows color (decimal): -249288 or 3683068. OLE color: 3683068.

HSL color Cylindrical-coordinate representation of color #FC3238: hue angle of 358.22º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC3238 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 50 56 -
CMYK 0 0.80 0.78 0.01
HSL 358.22º 0.97% 0.59% -
HSV(B) 358.22º 0.8% 0.99% -
XYZ 42 23.26 6.02 -
YUV 111.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 252 50 56 0 0.80 0.78 0.01 358.22 0.97 0.59
Hex FC 32 38 0 50 4E 1 166 61 3B
Octal 374 62 70 0 120 116 1 546 141 73
Binary 11111100 110010 111000 0 1010000 1001110 1 101100110 1100001 111011

Color Harmonies of #FC3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3238

Black with #FC3238

Text Example


Text Example

White with #FC3238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3238; }

 p { color: rgb(252,50,56); }

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

background-color css

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

 a { background-color: rgb(252,50,56); }

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

border-color css

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

 span { border-color: rgb(252,50,56); }

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