Html Css Color HEX #FD2A41 Alizarin

📋 copy color: '#FD2A41'

red 253 ◦ green 42 ◦ blue 65

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

Shades of Alizarin #FD2A41

Tints of Alizarin #FD2A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.67%

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

R = 70.28%
G = 11.67%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD2A41 (or 0xFD2A41) is known color: Alizarin. HEX triplet: FD, 2A and 41. RGB value is (253,42,65). Sum of RGB (Red+Green+Blue) = 253+42+65=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A41 is #02D5BE. Grayscale: #6B6B6B. Windows color (decimal): -185791 or 4270845. OLE color: 4270845.

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

Color convert

RGB 253 42 65 -
CMYK 0 0.83 0.74 0.01
HSL 353.46º 0.98% 0.58% -
HSV(B) 353.46º 0.83% 0.99% -
XYZ 42.29 22.92 7.2 -
YUV 107.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 253 42 65 0 0.83 0.74 0.01 353.46 0.98 0.58
Hex FD 2A 41 0 53 4A 1 161 62 3A
Octal 375 52 101 0 123 112 1 541 142 72
Binary 11111101 101010 1000001 0 1010011 1001010 1 101100001 1100010 111010

Color Harmonies of #FD2A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2A41

Black with #FD2A41

Text Example


Text Example

White with #FD2A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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