Html Css Color HEX #FD2838 Alizarin

📋 copy color: '#FD2838'

red 253 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #FD2838

Tints of Alizarin #FD2838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

 BLUE value IS 56 (22.27% from 255) = 16.05%

R = 72.49%
G = 11.46%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD2838 (or 0xFD2838) is known color: Alizarin. HEX triplet: FD, 28 and 38. RGB value is (253,40,56). Sum of RGB (Red+Green+Blue) = 253+40+56=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2838 is #02D7C7. Grayscale: #696969. Windows color (decimal): -186312 or 3680509. OLE color: 3680509.

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

Color convert

RGB 253 40 56 -
CMYK 0 0.84 0.78 0.01
HSL 355.49º 0.98% 0.57% -
HSV(B) 355.49º 0.84% 0.99% -
XYZ 41.98 22.69 5.91 -
YUV 105.51 100.07 233.2 -
System Red Green Blue C M Y K H S L
Decimal 253 40 56 0 0.84 0.78 0.01 355.49 0.98 0.57
Hex FD 28 38 0 54 4E 1 163 62 39
Octal 375 50 70 0 124 116 1 543 142 71
Binary 11111101 101000 111000 0 1010100 1001110 1 101100011 1100010 111001

Color Harmonies of #FD2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2838

Black with #FD2838

Text Example


Text Example

White with #FD2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2838; }

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

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

background-color css

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

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

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

border-color css

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

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

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