Html Css Color HEX #FC3541 Alizarin

📋 copy color: '#FC3541'

red 252 ◦ green 53 ◦ blue 65

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

Shades of Alizarin #FC3541

Tints of Alizarin #FC3541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

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

R = 68.11%
G = 14.32%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC3541 (or 0xFC3541) is known color: Alizarin. HEX triplet: FC, 35 and 41. RGB value is (252,53,65). Sum of RGB (Red+Green+Blue) = 252+53+65=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3541 is #03CABE. Grayscale: #727272. Windows color (decimal): -248511 or 4273660. OLE color: 4273660.

HSL color Cylindrical-coordinate representation of color #FC3541: hue angle of 356.38º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC3541 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 53 65 -
CMYK 0 0.79 0.74 0.01
HSL 356.38º 0.97% 0.6% -
HSV(B) 356.38º 0.79% 0.99% -
XYZ 42.37 23.62 7.33 -
YUV 113.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 252 53 65 0 0.79 0.74 0.01 356.38 0.97 0.6
Hex FC 35 41 0 4F 4A 1 164 61 3C
Octal 374 65 101 0 117 112 1 544 141 74
Binary 11111100 110101 1000001 0 1001111 1001010 1 101100100 1100001 111100

Color Harmonies of #FC3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3541

Black with #FC3541

Text Example


Text Example

White with #FC3541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3541; }

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

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

background-color css

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

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

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

border-color css

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

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

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