Html Css Color HEX #FD2728 Alizarin

📋 copy color: '#FD2728'

red 253 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #FD2728

Tints of Alizarin #FD2728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 76.2%
G = 11.75%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD2728 (or 0xFD2728) is known color: Alizarin. HEX triplet: FD, 27 and 28. RGB value is (253,39,40). Sum of RGB (Red+Green+Blue) = 253+39+40=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2728 is #02D8D7. Grayscale: #676767. Windows color (decimal): -186584 or 2631677. OLE color: 2631677.

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

Color convert

RGB 253 39 40 -
CMYK 0 0.85 0.84 0.01
HSL 359.72º 0.98% 0.57% -
HSV(B) 359.72º 0.85% 0.99% -
XYZ 41.62 22.49 4.15 -
YUV 103.1 92.4 234.92 -
System Red Green Blue C M Y K H S L
Decimal 253 39 40 0 0.85 0.84 0.01 359.72 0.98 0.57
Hex FD 27 28 0 55 54 1 168 62 39
Octal 375 47 50 0 125 124 1 550 142 71
Binary 11111101 100111 101000 0 1010101 1010100 1 101101000 1100010 111001

Color Harmonies of #FD2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2728

Black with #FD2728

Text Example


Text Example

White with #FD2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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