Html Css Color HEX #FD2E37 Alizarin

📋 copy color: '#FD2E37'

red 253 ◦ green 46 ◦ blue 55

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

Shades of Alizarin #FD2E37

Tints of Alizarin #FD2E37

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

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

R = 71.47%
G = 12.99%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD2E37 (or 0xFD2E37) is known color: Alizarin. HEX triplet: FD, 2E and 37. RGB value is (253,46,55). Sum of RGB (Red+Green+Blue) = 253+46+55=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E37 is #02D1C8. Grayscale: #6D6D6D. Windows color (decimal): -184777 or 3616509. OLE color: 3616509.

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

Color convert

RGB 253 46 55 -
CMYK 0 0.82 0.78 0.01
HSL 357.39º 0.98% 0.59% -
HSV(B) 357.39º 0.82% 0.99% -
XYZ 42.17 23.11 5.85 -
YUV 108.92 97.58 230.77 -
System Red Green Blue C M Y K H S L
Decimal 253 46 55 0 0.82 0.78 0.01 357.39 0.98 0.59
Hex FD 2E 37 0 52 4E 1 165 62 3B
Octal 375 56 67 0 122 116 1 545 142 73
Binary 11111101 101110 110111 0 1010010 1001110 1 101100101 1100010 111011

Color Harmonies of #FD2E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E37

Black with #FD2E37

Text Example


Text Example

White with #FD2E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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