Html Css Color HEX #FD282D Alizarin

📋 copy color: '#FD282D'

red 253 ◦ green 40 ◦ blue 45

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

Shades of Alizarin #FD282D

Tints of Alizarin #FD282D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 74.85%
G = 11.83%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD282D (or 0xFD282D) is known color: Alizarin. HEX triplet: FD, 28 and 2D. RGB value is (253,40,45). Sum of RGB (Red+Green+Blue) = 253+40+45=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD282D is #02D7D2. Grayscale: #686868. Windows color (decimal): -186323 or 2959613. OLE color: 2959613.

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

Color convert

RGB 253 40 45 -
CMYK 0 0.84 0.82 0.01
HSL 358.59º 0.98% 0.57% -
HSV(B) 358.59º 0.84% 0.99% -
XYZ 41.74 22.59 4.64 -
YUV 104.26 94.57 234.09 -
System Red Green Blue C M Y K H S L
Decimal 253 40 45 0 0.84 0.82 0.01 358.59 0.98 0.57
Hex FD 28 2D 0 54 52 1 167 62 39
Octal 375 50 55 0 124 122 1 547 142 71
Binary 11111101 101000 101101 0 1010100 1010010 1 101100111 1100010 111001

Color Harmonies of #FD282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD282D

Black with #FD282D

Text Example


Text Example

White with #FD282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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