Html Css Color HEX #FD2941 Alizarin

📋 copy color: '#FD2941'

red 253 ◦ green 41 ◦ blue 65

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

Shades of Alizarin #FD2941

Tints of Alizarin #FD2941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.11%

R = 70.47%
G = 11.42%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD2941 (or 0xFD2941) is known color: Alizarin. HEX triplet: FD, 29 and 41. RGB value is (253,41,65). Sum of RGB (Red+Green+Blue) = 253+41+65=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2941 is #02D6BE. Grayscale: #6B6B6B. Windows color (decimal): -186047 or 4270589. OLE color: 4270589.

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

Color convert

RGB 253 41 65 -
CMYK 0 0.84 0.74 0.01
HSL 353.21º 0.98% 0.58% -
HSV(B) 353.21º 0.84% 0.99% -
XYZ 42.26 22.85 7.18 -
YUV 107.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 253 41 65 0 0.84 0.74 0.01 353.21 0.98 0.58
Hex FD 29 41 0 54 4A 1 161 62 3A
Octal 375 51 101 0 124 112 1 541 142 72
Binary 11111101 101001 1000001 0 1010100 1001010 1 101100001 1100010 111010

Color Harmonies of #FD2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2941

Black with #FD2941

Text Example


Text Example

White with #FD2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2941; }

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

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

background-color css

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

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

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

border-color css

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

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

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