Html Css Color HEX #FD333F Alizarin

📋 copy color: '#FD333F'

red 253 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #FD333F

Tints of Alizarin #FD333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.9%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 68.94%
G = 13.9%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD333F (or 0xFD333F) is known color: Alizarin. HEX triplet: FD, 33 and 3F. RGB value is (253,51,63). Sum of RGB (Red+Green+Blue) = 253+51+63=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD333F is #02CCC0. Grayscale: #707070. Windows color (decimal): -183489 or 4142077. OLE color: 4142077.

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

Color convert

RGB 253 51 63 -
CMYK 0 0.80 0.75 0.01
HSL 356.44º 0.98% 0.6% -
HSV(B) 356.44º 0.8% 0.99% -
XYZ 42.59 23.61 7.01 -
YUV 112.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 253 51 63 0 0.80 0.75 0.01 356.44 0.98 0.6
Hex FD 33 3F 0 50 4B 1 164 62 3C
Octal 375 63 77 0 120 113 1 544 142 74
Binary 11111101 110011 111111 0 1010000 1001011 1 101100100 1100010 111100

Color Harmonies of #FD333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD333F

Black with #FD333F

Text Example


Text Example

White with #FD333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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