Html Css Color HEX #FC2A35 Alizarin

📋 copy color: '#FC2A35'

red 252 ◦ green 42 ◦ blue 53

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

Shades of Alizarin #FC2A35

Tints of Alizarin #FC2A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.1%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 72.62%
G = 12.1%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC2A35 (or 0xFC2A35) is known color: Alizarin. HEX triplet: FC, 2A and 35. RGB value is (252,42,53). Sum of RGB (Red+Green+Blue) = 252+42+53=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A35 is #03D5CA. Grayscale: #6A6A6A. Windows color (decimal): -251339 or 3484412. OLE color: 3484412.

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

Color convert

RGB 252 42 53 -
CMYK 0 0.83 0.79 0.01
HSL 356.86º 0.97% 0.58% -
HSV(B) 356.86º 0.83% 0.99% -
XYZ 41.62 22.61 5.54 -
YUV 106.04 98.07 232.11 -
System Red Green Blue C M Y K H S L
Decimal 252 42 53 0 0.83 0.79 0.01 356.86 0.97 0.58
Hex FC 2A 35 0 53 4F 1 165 61 3A
Octal 374 52 65 0 123 117 1 545 141 72
Binary 11111100 101010 110101 0 1010011 1001111 1 101100101 1100001 111010

Color Harmonies of #FC2A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A35

Black with #FC2A35

Text Example


Text Example

White with #FC2A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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