Html Css Color HEX #FD2835 Alizarin

📋 copy color: '#FD2835'

red 253 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #FD2835

Tints of Alizarin #FD2835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 73.12%
G = 11.56%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD2835 (or 0xFD2835) is known color: Alizarin. HEX triplet: FD, 28 and 35. RGB value is (253,40,53). Sum of RGB (Red+Green+Blue) = 253+40+53=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2835 is #02D7CA. Grayscale: #696969. Windows color (decimal): -186315 or 3483901. OLE color: 3483901.

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

Color convert

RGB 253 40 53 -
CMYK 0 0.84 0.79 0.01
HSL 356.34º 0.98% 0.57% -
HSV(B) 356.34º 0.84% 0.99% -
XYZ 41.91 22.66 5.53 -
YUV 105.17 98.57 233.44 -
System Red Green Blue C M Y K H S L
Decimal 253 40 53 0 0.84 0.79 0.01 356.34 0.98 0.57
Hex FD 28 35 0 54 4F 1 164 62 39
Octal 375 50 65 0 124 117 1 544 142 71
Binary 11111101 101000 110101 0 1010100 1001111 1 101100100 1100010 111001

Color Harmonies of #FD2835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2835

Black with #FD2835

Text Example


Text Example

White with #FD2835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2835; }

 p { color: rgb(253,40,53); }

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

background-color css

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

 a { background-color: rgb(253,40,53); }

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

border-color css

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

 span { border-color: rgb(253,40,53); }

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