Html Css Color HEX #FD2937 Alizarin

📋 copy color: '#FD2937'

red 253 ◦ green 41 ◦ blue 55

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

Shades of Alizarin #FD2937

Tints of Alizarin #FD2937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.76%

R = 72.49%
G = 11.75%
B = 15.76%

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

#FD2937 (or 0xFD2937) is known color: Alizarin. HEX triplet: FD, 29 and 37. RGB value is (253,41,55). Sum of RGB (Red+Green+Blue) = 253+41+55=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2937 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2937 is #02D6C8. Grayscale: #6A6A6A. Windows color (decimal): -186057 or 3615229. OLE color: 3615229.

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

Color convert

RGB 253 41 55 -
CMYK 0 0.84 0.78 0.01
HSL 356.04º 0.98% 0.58% -
HSV(B) 356.04º 0.84% 0.99% -
XYZ 41.99 22.74 5.79 -
YUV 105.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 253 41 55 0 0.84 0.78 0.01 356.04 0.98 0.58
Hex FD 29 37 0 54 4E 1 164 62 3A
Octal 375 51 67 0 124 116 1 544 142 72
Binary 11111101 101001 110111 0 1010100 1001110 1 101100100 1100010 111010

Color Harmonies of #FD2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2937

Black with #FD2937

Text Example


Text Example

White with #FD2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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