Html Css Color HEX #FD2627 Alizarin

📋 copy color: '#FD2627'

red 253 ◦ green 38 ◦ blue 39

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

Shades of Alizarin #FD2627

Tints of Alizarin #FD2627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 76.67%
G = 11.52%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD2627 (or 0xFD2627) is known color: Alizarin. HEX triplet: FD, 26 and 27. RGB value is (253,38,39). Sum of RGB (Red+Green+Blue) = 253+38+39=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2627 is #02D9D8. Grayscale: #666666. Windows color (decimal): -186841 or 2565885. OLE color: 2565885.

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

Color convert

RGB 253 38 39 -
CMYK 0 0.85 0.85 0.01
HSL 359.72º 0.98% 0.57% -
HSV(B) 359.72º 0.85% 0.99% -
XYZ 41.57 22.42 4.06 -
YUV 102.4 92.23 235.42 -
System Red Green Blue C M Y K H S L
Decimal 253 38 39 0 0.85 0.85 0.01 359.72 0.98 0.57
Hex FD 26 27 0 55 55 1 168 62 39
Octal 375 46 47 0 125 125 1 550 142 71
Binary 11111101 100110 100111 0 1010101 1010101 1 101101000 1100010 111001

Color Harmonies of #FD2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2627

Black with #FD2627

Text Example


Text Example

White with #FD2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2627; }

 p { color: rgb(253,38,39); }

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

background-color css

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

 a { background-color: rgb(253,38,39); }

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

border-color css

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

 span { border-color: rgb(253,38,39); }

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