Html Css Color HEX #FC2D35 Alizarin

📋 copy color: '#FC2D35'

red 252 ◦ green 45 ◦ blue 53

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

Shades of Alizarin #FC2D35

Tints of Alizarin #FC2D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.86%

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

R = 72%
G = 12.86%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC2D35 (or 0xFC2D35) is known color: Alizarin. HEX triplet: FC, 2D and 35. RGB value is (252,45,53). Sum of RGB (Red+Green+Blue) = 252+45+53=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D35 is #03D2CA. Grayscale: #6B6B6B. Windows color (decimal): -250571 or 3485180. OLE color: 3485180.

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

Color convert

RGB 252 45 53 -
CMYK 0 0.82 0.79 0.01
HSL 357.68º 0.97% 0.58% -
HSV(B) 357.68º 0.82% 0.99% -
XYZ 41.73 22.83 5.58 -
YUV 107.81 97.08 230.85 -
System Red Green Blue C M Y K H S L
Decimal 252 45 53 0 0.82 0.79 0.01 357.68 0.97 0.58
Hex FC 2D 35 0 52 4F 1 166 61 3A
Octal 374 55 65 0 122 117 1 546 141 72
Binary 11111100 101101 110101 0 1010010 1001111 1 101100110 1100001 111010

Color Harmonies of #FC2D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D35

Black with #FC2D35

Text Example


Text Example

White with #FC2D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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