Html Css Color HEX #FD2736 Alizarin

📋 copy color: '#FD2736'

red 253 ◦ green 39 ◦ blue 54

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

Shades of Alizarin #FD2736

Tints of Alizarin #FD2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

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

R = 73.12%
G = 11.27%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD2736 (or 0xFD2736) is known color: Alizarin. HEX triplet: FD, 27 and 36. RGB value is (253,39,54). Sum of RGB (Red+Green+Blue) = 253+39+54=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2736 is #02D8C9. Grayscale: #686868. Windows color (decimal): -186570 or 3549181. OLE color: 3549181.

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

Color convert

RGB 253 39 54 -
CMYK 0 0.85 0.79 0.01
HSL 355.79º 0.98% 0.57% -
HSV(B) 355.79º 0.85% 0.99% -
XYZ 41.9 22.6 5.64 -
YUV 104.7 99.4 233.78 -
System Red Green Blue C M Y K H S L
Decimal 253 39 54 0 0.85 0.79 0.01 355.79 0.98 0.57
Hex FD 27 36 0 55 4F 1 164 62 39
Octal 375 47 66 0 125 117 1 544 142 71
Binary 11111101 100111 110110 0 1010101 1001111 1 101100100 1100010 111001

Color Harmonies of #FD2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2736

Black with #FD2736

Text Example


Text Example

White with #FD2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2736; }

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

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

background-color css

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

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

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

border-color css

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

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

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