Html Css Color HEX #FD283A Alizarin

📋 copy color: '#FD283A'

red 253 ◦ green 40 ◦ blue 58

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

Shades of Alizarin #FD283A

Tints of Alizarin #FD283A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 72.08%
G = 11.4%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD283A (or 0xFD283A) is known color: Alizarin. HEX triplet: FD, 28 and 3A. RGB value is (253,40,58). Sum of RGB (Red+Green+Blue) = 253+40+58=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD283A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD283A is #02D7C5. Grayscale: #696969. Windows color (decimal): -186310 or 3811581. OLE color: 3811581.

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

Color convert

RGB 253 40 58 -
CMYK 0 0.84 0.77 0.01
HSL 354.93º 0.98% 0.57% -
HSV(B) 354.93º 0.84% 0.99% -
XYZ 42.03 22.71 6.17 -
YUV 105.74 101.07 233.04 -
System Red Green Blue C M Y K H S L
Decimal 253 40 58 0 0.84 0.77 0.01 354.93 0.98 0.57
Hex FD 28 3A 0 54 4D 1 163 62 39
Octal 375 50 72 0 124 115 1 543 142 71
Binary 11111101 101000 111010 0 1010100 1001101 1 101100011 1100010 111001

Color Harmonies of #FD283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD283A

Black with #FD283A

Text Example


Text Example

White with #FD283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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