Html Css Color HEX #FD333C Alizarin

📋 copy color: '#FD333C'

red 253 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #FD333C

Tints of Alizarin #FD333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.48%

R = 69.51%
G = 14.01%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD333C (or 0xFD333C) is known color: Alizarin. HEX triplet: FD, 33 and 3C. RGB value is (253,51,60). Sum of RGB (Red+Green+Blue) = 253+51+60=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD333C is #02CCC3. Grayscale: #707070. Windows color (decimal): -183492 or 3945469. OLE color: 3945469.

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

Color convert

RGB 253 51 60 -
CMYK 0 0.80 0.76 0.01
HSL 357.33º 0.98% 0.6% -
HSV(B) 357.33º 0.8% 0.99% -
XYZ 42.51 23.58 6.59 -
YUV 112.42 98.42 228.27 -
System Red Green Blue C M Y K H S L
Decimal 253 51 60 0 0.80 0.76 0.01 357.33 0.98 0.6
Hex FD 33 3C 0 50 4C 1 165 62 3C
Octal 375 63 74 0 120 114 1 545 142 74
Binary 11111101 110011 111100 0 1010000 1001100 1 101100101 1100010 111100

Color Harmonies of #FD333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD333C

Black with #FD333C

Text Example


Text Example

White with #FD333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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