Html Css Color HEX #FC3339 Alizarin

📋 copy color: '#FC3339'

red 252 ◦ green 51 ◦ blue 57

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

Shades of Alizarin #FC3339

Tints of Alizarin #FC3339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.83%

R = 70%
G = 14.17%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC3339 (or 0xFC3339) is known color: Alizarin. HEX triplet: FC, 33 and 39. RGB value is (252,51,57). Sum of RGB (Red+Green+Blue) = 252+51+57=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3339 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3339 is #03CCC6. Grayscale: #6F6F6F. Windows color (decimal): -249031 or 3748860. OLE color: 3748860.

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

Color convert

RGB 252 51 57 -
CMYK 0 0.80 0.77 0.01
HSL 358.21º 0.97% 0.59% -
HSV(B) 358.21º 0.8% 0.99% -
XYZ 42.07 23.36 6.16 -
YUV 111.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 252 51 57 0 0.80 0.77 0.01 358.21 0.97 0.59
Hex FC 33 39 0 50 4D 1 166 61 3B
Octal 374 63 71 0 120 115 1 546 141 73
Binary 11111100 110011 111001 0 1010000 1001101 1 101100110 1100001 111011

Color Harmonies of #FC3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3339

Black with #FC3339

Text Example


Text Example

White with #FC3339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3339; }

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

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

background-color css

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

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

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

border-color css

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

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

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