#FD3237

Color #FD3237 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #FD3237

Tints of Alizarin #FD3237

Color information

#FD3237 (or 0xFD3237) is unknown color: approx Alizarin. HEX triplet: FD, 32 and 37. RGB value is (253,50,55). Sum of RGB (Red+Green+Blue) = 253+50+55=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3237 is #02CDC8. Grayscale: #6F6F6F. Windows color (decimal): -183753 or 3617533. OLE color: 3617533.

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

Color convert

RGB2535055-
CMYK00.800.780.01
HSL358.52º98.07%59.41%-
HSV(B)358.52º80.24%99.22%-
XYZ42.3423.445.91-
YUV111.2796.25229.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 70.67%
GREEN value IS 50 (19.92% from 255) = 13.97%
BLUE value IS 55 (21.88% from 255) = 15.36%
R=70.67%
G=13.97%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253505500.800.780.01358.5298.0759.41
HexFD32370504E1167623b
Octal37562670120116154714273
Binary1111110111001011011101010000100111011011001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3237; }

 p { color: rgb(253,50,55); }

 H1.HeaderClassName
 {
   color: #FD3237;
 }
 .AnyTagClassName
 {
   color: #FD3237;
 }
</style>
background-color css

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

 a { background-color: rgb(253,50,55); }

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

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

 span { border-color: rgb(253,50,55); }

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