Html Css Color HEX #FC3338 Alizarin

📋 copy color: '#FC3338'

red 252 ◦ green 51 ◦ blue 56

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

Shades of Alizarin #FC3338

Tints of Alizarin #FC3338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

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

R = 70.19%
G = 14.21%
B = 15.6%

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

#FC3338 (or 0xFC3338) is known color: Alizarin. HEX triplet: FC, 33 and 38. RGB value is (252,51,56). Sum of RGB (Red+Green+Blue) = 252+51+56=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3338 is #03CCC7. Grayscale: #6F6F6F. Windows color (decimal): -249032 or 3683324. OLE color: 3683324.

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

Color convert

RGB 252 51 56 -
CMYK 0 0.80 0.78 0.01
HSL 358.51º 0.97% 0.59% -
HSV(B) 358.51º 0.8% 0.99% -
XYZ 42.04 23.35 6.03 -
YUV 111.67 96.59 228.09 -
System Red Green Blue C M Y K H S L
Decimal 252 51 56 0 0.80 0.78 0.01 358.51 0.97 0.59
Hex FC 33 38 0 50 4E 1 167 61 3B
Octal 374 63 70 0 120 116 1 547 141 73
Binary 11111100 110011 111000 0 1010000 1001110 1 101100111 1100001 111011

Color Harmonies of #FC3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3338

Black with #FC3338

Text Example


Text Example

White with #FC3338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3338; }

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

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

background-color css

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

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

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

border-color css

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

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

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