Html Css Color HEX #FD2834 Alizarin

📋 copy color: '#FD2834'

red 253 ◦ green 40 ◦ blue 52

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

Shades of Alizarin #FD2834

Tints of Alizarin #FD2834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 73.33%
G = 11.59%
B = 15.07%

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

#FD2834 (or 0xFD2834) is known color: Alizarin. HEX triplet: FD, 28 and 34. RGB value is (253,40,52). Sum of RGB (Red+Green+Blue) = 253+40+52=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2834 is #02D7CB. Grayscale: #696969. Windows color (decimal): -186316 or 3418365. OLE color: 3418365.

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

Color convert

RGB 253 40 52 -
CMYK 0 0.84 0.79 0.01
HSL 356.62º 0.98% 0.57% -
HSV(B) 356.62º 0.84% 0.99% -
XYZ 41.89 22.65 5.41 -
YUV 105.06 98.07 233.52 -
System Red Green Blue C M Y K H S L
Decimal 253 40 52 0 0.84 0.79 0.01 356.62 0.98 0.57
Hex FD 28 34 0 54 4F 1 165 62 39
Octal 375 50 64 0 124 117 1 545 142 71
Binary 11111101 101000 110100 0 1010100 1001111 1 101100101 1100010 111001

Color Harmonies of #FD2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2834

Black with #FD2834

Text Example


Text Example

White with #FD2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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