Html Css Color HEX #FD2730 Alizarin

📋 copy color: '#FD2730'

red 253 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #FD2730

Tints of Alizarin #FD2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

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

R = 74.41%
G = 11.47%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD2730 (or 0xFD2730) is known color: Alizarin. HEX triplet: FD, 27 and 30. RGB value is (253,39,48). Sum of RGB (Red+Green+Blue) = 253+39+48=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2730 is #02D8CF. Grayscale: #686868. Windows color (decimal): -186576 or 3155965. OLE color: 3155965.

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

Color convert

RGB 253 39 48 -
CMYK 0 0.85 0.81 0.01
HSL 357.48º 0.98% 0.57% -
HSV(B) 357.48º 0.85% 0.99% -
XYZ 41.77 22.55 4.95 -
YUV 104.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 253 39 48 0 0.85 0.81 0.01 357.48 0.98 0.57
Hex FD 27 30 0 55 51 1 165 62 39
Octal 375 47 60 0 125 121 1 545 142 71
Binary 11111101 100111 110000 0 1010101 1010001 1 101100101 1100010 111001

Color Harmonies of #FD2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2730

Black with #FD2730

Text Example


Text Example

White with #FD2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2730; }

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

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

background-color css

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

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

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

border-color css

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

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

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