Html Css Color HEX #FC383F Alizarin

📋 copy color: '#FC383F'

red 252 ◦ green 56 ◦ blue 63

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

Shades of Alizarin #FC383F

Tints of Alizarin #FC383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.09%

 BLUE value IS 63 (25% from 255) = 16.98%

R = 67.92%
G = 15.09%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC383F (or 0xFC383F) is known color: Alizarin. HEX triplet: FC, 38 and 3F. RGB value is (252,56,63). Sum of RGB (Red+Green+Blue) = 252+56+63=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC383F is #03C7C0. Grayscale: #737373. Windows color (decimal): -247745 or 4143356. OLE color: 4143356.

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

Color convert

RGB 252 56 63 -
CMYK 0 0.78 0.75 0.01
HSL 357.86º 0.97% 0.6% -
HSV(B) 357.86º 0.78% 0.99% -
XYZ 42.46 23.88 7.07 -
YUV 115.4 98.43 225.43 -
System Red Green Blue C M Y K H S L
Decimal 252 56 63 0 0.78 0.75 0.01 357.86 0.97 0.6
Hex FC 38 3F 0 4E 4B 1 166 61 3C
Octal 374 70 77 0 116 113 1 546 141 74
Binary 11111100 111000 111111 0 1001110 1001011 1 101100110 1100001 111100

Color Harmonies of #FC383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC383F

Black with #FC383F

Text Example


Text Example

White with #FC383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC383F; }

 p { color: rgb(252,56,63); }

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

background-color css

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

 a { background-color: rgb(252,56,63); }

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

border-color css

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

 span { border-color: rgb(252,56,63); }

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