Html Css Color HEX #FD2938 Alizarin

📋 copy color: '#FD2938'

red 253 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #FD2938

Tints of Alizarin #FD2938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.71%

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

R = 72.29%
G = 11.71%
B = 16%

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

#FD2938 (or 0xFD2938) is known color: Alizarin. HEX triplet: FD, 29 and 38. RGB value is (253,41,56). Sum of RGB (Red+Green+Blue) = 253+41+56=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2938 is #02D6C7. Grayscale: #6A6A6A. Windows color (decimal): -186056 or 3680765. OLE color: 3680765.

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

Color convert

RGB 253 41 56 -
CMYK 0 0.84 0.78 0.01
HSL 355.75º 0.98% 0.58% -
HSV(B) 355.75º 0.84% 0.99% -
XYZ 42.01 22.75 5.92 -
YUV 106.1 99.74 232.78 -
System Red Green Blue C M Y K H S L
Decimal 253 41 56 0 0.84 0.78 0.01 355.75 0.98 0.58
Hex FD 29 38 0 54 4E 1 164 62 3A
Octal 375 51 70 0 124 116 1 544 142 72
Binary 11111101 101001 111000 0 1010100 1001110 1 101100100 1100010 111010

Color Harmonies of #FD2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2938

Black with #FD2938

Text Example


Text Example

White with #FD2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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