Html Css Color HEX #FC3341 Alizarin

📋 copy color: '#FC3341'

red 252 ◦ green 51 ◦ blue 65

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

Shades of Alizarin #FC3341

Tints of Alizarin #FC3341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 68.48%
G = 13.86%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC3341 (or 0xFC3341) is known color: Alizarin. HEX triplet: FC, 33 and 41. RGB value is (252,51,65). Sum of RGB (Red+Green+Blue) = 252+51+65=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3341 is #03CCBE. Grayscale: #707070. Windows color (decimal): -249023 or 4273148. OLE color: 4273148.

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

Color convert

RGB 252 51 65 -
CMYK 0 0.80 0.74 0.01
HSL 355.82º 0.97% 0.59% -
HSV(B) 355.82º 0.8% 0.99% -
XYZ 42.28 23.44 7.3 -
YUV 112.7 101.09 227.36 -
System Red Green Blue C M Y K H S L
Decimal 252 51 65 0 0.80 0.74 0.01 355.82 0.97 0.59
Hex FC 33 41 0 50 4A 1 164 61 3B
Octal 374 63 101 0 120 112 1 544 141 73
Binary 11111100 110011 1000001 0 1010000 1001010 1 101100100 1100001 111011

Color Harmonies of #FC3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3341

Black with #FC3341

Text Example


Text Example

White with #FC3341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3341; }

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

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

background-color css

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

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

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

border-color css

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

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

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