Html Css Color HEX #FD3138 Alizarin

📋 copy color: '#FD3138'

red 253 ◦ green 49 ◦ blue 56

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

Shades of Alizarin #FD3138

Tints of Alizarin #FD3138

RGB

 RED value IS 253 (99.22% from 255) = 70.67%

 GREEN value IS 49 (19.53% from 255) = 13.69%

 BLUE value IS 56 (22.27% from 255) = 15.64%

R = 70.67%
G = 13.69%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD3138 (or 0xFD3138) is known color: Alizarin. HEX triplet: FD, 31 and 38. RGB value is (253,49,56). Sum of RGB (Red+Green+Blue) = 253+49+56=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3138 is #02CEC7. Grayscale: #6E6E6E. Windows color (decimal): -184008 or 3682813. OLE color: 3682813.

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

Color convert

RGB 253 49 56 -
CMYK 0 0.81 0.78 0.01
HSL 357.94º 0.98% 0.59% -
HSV(B) 357.94º 0.81% 0.99% -
XYZ 42.32 23.36 6.02 -
YUV 110.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 253 49 56 0 0.81 0.78 0.01 357.94 0.98 0.59
Hex FD 31 38 0 51 4E 1 166 62 3B
Octal 375 61 70 0 121 116 1 546 142 73
Binary 11111101 110001 111000 0 1010001 1001110 1 101100110 1100010 111011

Color Harmonies of #FD3138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3138

Black with #FD3138

Text Example


Text Example

White with #FD3138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3138; }

 p { color: rgb(253,49,56); }

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

background-color css

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

 a { background-color: rgb(253,49,56); }

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

border-color css

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

 span { border-color: rgb(253,49,56); }

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