Html Css Color HEX #FD3241 Alizarin

📋 copy color: '#FD3241'

red 253 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #FD3241

Tints of Alizarin #FD3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

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

R = 68.75%
G = 13.59%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD3241 (or 0xFD3241) is known color: Alizarin. HEX triplet: FD, 32 and 41. RGB value is (253,50,65). Sum of RGB (Red+Green+Blue) = 253+50+65=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3241 is #02CDBE. Grayscale: #707070. Windows color (decimal): -183743 or 4272893. OLE color: 4272893.

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

Color convert

RGB 253 50 65 -
CMYK 0 0.80 0.74 0.01
HSL 355.57º 0.98% 0.59% -
HSV(B) 355.57º 0.8% 0.99% -
XYZ 42.6 23.55 7.3 -
YUV 112.41 101.25 228.28 -
System Red Green Blue C M Y K H S L
Decimal 253 50 65 0 0.80 0.74 0.01 355.57 0.98 0.59
Hex FD 32 41 0 50 4A 1 164 62 3B
Octal 375 62 101 0 120 112 1 544 142 73
Binary 11111101 110010 1000001 0 1010000 1001010 1 101100100 1100010 111011

Color Harmonies of #FD3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3241

Black with #FD3241

Text Example


Text Example

White with #FD3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3241; }

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

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

background-color css

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

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

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

border-color css

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

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

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