Html Css Color HEX #FD3336 Alizarin

📋 copy color: '#FD3336'

red 253 ◦ green 51 ◦ blue 54

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

Shades of Alizarin #FD3336

Tints of Alizarin #FD3336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.08%

R = 70.67%
G = 14.25%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD3336 (or 0xFD3336) is known color: Alizarin. HEX triplet: FD, 33 and 36. RGB value is (253,51,54). Sum of RGB (Red+Green+Blue) = 253+51+54=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3336 is #02CCC9. Grayscale: #6F6F6F. Windows color (decimal): -183498 or 3552253. OLE color: 3552253.

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

Color convert

RGB 253 51 54 -
CMYK 0 0.80 0.79 0.01
HSL 359.11º 0.98% 0.6% -
HSV(B) 359.11º 0.8% 0.99% -
XYZ 42.36 23.52 5.8 -
YUV 111.74 95.42 228.76 -
System Red Green Blue C M Y K H S L
Decimal 253 51 54 0 0.80 0.79 0.01 359.11 0.98 0.6
Hex FD 33 36 0 50 4F 1 167 62 3C
Octal 375 63 66 0 120 117 1 547 142 74
Binary 11111101 110011 110110 0 1010000 1001111 1 101100111 1100010 111100

Color Harmonies of #FD3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3336

Black with #FD3336

Text Example


Text Example

White with #FD3336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3336; }

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

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

background-color css

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

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

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

border-color css

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

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

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