Html Css Color HEX #FD2830 Alizarin

📋 copy color: '#FD2830'

red 253 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #FD2830

Tints of Alizarin #FD2830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 74.19%
G = 11.73%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD2830 (or 0xFD2830) is known color: Alizarin. HEX triplet: FD, 28 and 30. RGB value is (253,40,48). Sum of RGB (Red+Green+Blue) = 253+40+48=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2830 is #02D7CF. Grayscale: #686868. Windows color (decimal): -186320 or 3156221. OLE color: 3156221.

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

Color convert

RGB 253 40 48 -
CMYK 0 0.84 0.81 0.01
HSL 357.75º 0.98% 0.57% -
HSV(B) 357.75º 0.84% 0.99% -
XYZ 41.8 22.61 4.96 -
YUV 104.6 96.07 233.85 -
System Red Green Blue C M Y K H S L
Decimal 253 40 48 0 0.84 0.81 0.01 357.75 0.98 0.57
Hex FD 28 30 0 54 51 1 166 62 39
Octal 375 50 60 0 124 121 1 546 142 71
Binary 11111101 101000 110000 0 1010100 1010001 1 101100110 1100010 111001

Color Harmonies of #FD2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2830

Black with #FD2830

Text Example


Text Example

White with #FD2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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