Html Css Color HEX #FD282F Alizarin

📋 copy color: '#FD282F'

red 253 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #FD282F

Tints of Alizarin #FD282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 74.41%
G = 11.76%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD282F (or 0xFD282F) is known color: Alizarin. HEX triplet: FD, 28 and 2F. RGB value is (253,40,47). Sum of RGB (Red+Green+Blue) = 253+40+47=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD282F is #02D7D0. Grayscale: #686868. Windows color (decimal): -186321 or 3090685. OLE color: 3090685.

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

Color convert

RGB 253 40 47 -
CMYK 0 0.84 0.81 0.01
HSL 358.03º 0.98% 0.57% -
HSV(B) 358.03º 0.84% 0.99% -
XYZ 41.78 22.61 4.85 -
YUV 104.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 253 40 47 0 0.84 0.81 0.01 358.03 0.98 0.57
Hex FD 28 2F 0 54 51 1 166 62 39
Octal 375 50 57 0 124 121 1 546 142 71
Binary 11111101 101000 101111 0 1010100 1010001 1 101100110 1100010 111001

Color Harmonies of #FD282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD282F

Black with #FD282F

Text Example


Text Example

White with #FD282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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