Html Css Color HEX #FD283F Alizarin

📋 copy color: '#FD283F'

red 253 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #FD283F

Tints of Alizarin #FD283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.7%

R = 71.07%
G = 11.24%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD283F (or 0xFD283F) is known color: Alizarin. HEX triplet: FD, 28 and 3F. RGB value is (253,40,63). Sum of RGB (Red+Green+Blue) = 253+40+63=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD283F is #02D7C0. Grayscale: #6A6A6A. Windows color (decimal): -186305 or 4139261. OLE color: 4139261.

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

Color convert

RGB 253 40 63 -
CMYK 0 0.84 0.75 0.01
HSL 353.52º 0.98% 0.57% -
HSV(B) 353.52º 0.84% 0.99% -
XYZ 42.16 22.76 6.87 -
YUV 106.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 253 40 63 0 0.84 0.75 0.01 353.52 0.98 0.57
Hex FD 28 3F 0 54 4B 1 162 62 39
Octal 375 50 77 0 124 113 1 542 142 71
Binary 11111101 101000 111111 0 1010100 1001011 1 101100010 1100010 111001

Color Harmonies of #FD283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD283F

Black with #FD283F

Text Example


Text Example

White with #FD283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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