Html Css Color HEX #FC383C Alizarin

📋 copy color: '#FC383C'

red 252 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #FC383C

Tints of Alizarin #FC383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 68.48%
G = 15.22%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC383C (or 0xFC383C) is known color: Alizarin. HEX triplet: FC, 38 and 3C. RGB value is (252,56,60). Sum of RGB (Red+Green+Blue) = 252+56+60=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC383C is #03C7C3. Grayscale: #737373. Windows color (decimal): -247748 or 3946748. OLE color: 3946748.

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

Color convert

RGB 252 56 60 -
CMYK 0 0.78 0.76 0.01
HSL 358.78º 0.97% 0.6% -
HSV(B) 358.78º 0.78% 0.99% -
XYZ 42.37 23.85 6.65 -
YUV 115.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 252 56 60 0 0.78 0.76 0.01 358.78 0.97 0.6
Hex FC 38 3C 0 4E 4C 1 167 61 3C
Octal 374 70 74 0 116 114 1 547 141 74
Binary 11111100 111000 111100 0 1001110 1001100 1 101100111 1100001 111100

Color Harmonies of #FC383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC383C

Black with #FC383C

Text Example


Text Example

White with #FC383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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