Html Css Color HEX #FC2D41 Alizarin

📋 copy color: '#FC2D41'

red 252 ◦ green 45 ◦ blue 65

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

Shades of Alizarin #FC2D41

Tints of Alizarin #FC2D41

RGB

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

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

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

R = 69.61%
G = 12.43%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC2D41 (or 0xFC2D41) is known color: Alizarin. HEX triplet: FC, 2D and 41. RGB value is (252,45,65). Sum of RGB (Red+Green+Blue) = 252+45+65=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D41 is #03D2BE. Grayscale: #6D6D6D. Windows color (decimal): -250559 or 4271612. OLE color: 4271612.

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

Color convert

RGB 252 45 65 -
CMYK 0 0.82 0.74 0.01
HSL 354.2º 0.97% 0.58% -
HSV(B) 354.2º 0.82% 0.99% -
XYZ 42.04 22.95 7.22 -
YUV 109.17 103.08 229.87 -
System Red Green Blue C M Y K H S L
Decimal 252 45 65 0 0.82 0.74 0.01 354.2 0.97 0.58
Hex FC 2D 41 0 52 4A 1 162 61 3A
Octal 374 55 101 0 122 112 1 542 141 72
Binary 11111100 101101 1000001 0 1010010 1001010 1 101100010 1100001 111010

Color Harmonies of #FC2D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D41

Black with #FC2D41

Text Example


Text Example

White with #FC2D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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