Html Css Color HEX #FC383D Alizarin

📋 copy color: '#FC383D'

red 252 ◦ green 56 ◦ blue 61

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

Shades of Alizarin #FC383D

Tints of Alizarin #FC383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.53%

R = 68.29%
G = 15.18%
B = 16.53%

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

#FC383D (or 0xFC383D) is known color: Alizarin. HEX triplet: FC, 38 and 3D. RGB value is (252,56,61). Sum of RGB (Red+Green+Blue) = 252+56+61=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC383D is #03C7C2. Grayscale: #737373. Windows color (decimal): -247747 or 4012284. OLE color: 4012284.

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

Color convert

RGB 252 56 61 -
CMYK 0 0.78 0.76 0.01
HSL 358.47º 0.97% 0.6% -
HSV(B) 358.47º 0.78% 0.99% -
XYZ 42.4 23.86 6.79 -
YUV 115.17 97.43 225.59 -
System Red Green Blue C M Y K H S L
Decimal 252 56 61 0 0.78 0.76 0.01 358.47 0.97 0.6
Hex FC 38 3D 0 4E 4C 1 166 61 3C
Octal 374 70 75 0 116 114 1 546 141 74
Binary 11111100 111000 111101 0 1001110 1001100 1 101100110 1100001 111100

Color Harmonies of #FC383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC383D

Black with #FC383D

Text Example


Text Example

White with #FC383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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