#FD3335

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

Shades of Alizarin #FD3335

Tints of Alizarin #FD3335

Color information

#FD3335 (or 0xFD3335) is unknown color: approx Alizarin. HEX triplet: FD, 33 and 35. RGB value is (253,51,53). Sum of RGB (Red+Green+Blue) = 253+51+53=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3335 is #02CCCA. Grayscale: #6F6F6F. Windows color (decimal): -183499 or 3486717. OLE color: 3486717.

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

Color convert

RGB2535153-
CMYK00.800.790.01
HSL359.41º98.06%59.61%-
HSV(B)359.41º79.84%99.22%-
XYZ42.3323.515.67-
YUV111.6394.92228.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 70.87%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=70.87%
G=14.29%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253515300.800.790.01359.4198.0659.61
HexFD33350504F1167623c
Octal37563650120117154714274
Binary1111110111001111010101010000100111111011001111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3335; }

 p { color: rgb(253,51,53); }

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

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

 a { background-color: rgb(253,51,53); }

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

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

 span { border-color: rgb(253,51,53); }

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