Html Css Color HEX #FD2C34 Alizarin

📋 copy color: '#FD2C34'

red 253 ◦ green 44 ◦ blue 52

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

Shades of Alizarin #FD2C34

Tints of Alizarin #FD2C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.61%

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

R = 72.49%
G = 12.61%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD2C34 (or 0xFD2C34) is known color: Alizarin. HEX triplet: FD, 2C and 34. RGB value is (253,44,52). Sum of RGB (Red+Green+Blue) = 253+44+52=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2C34 is #02D3CB. Grayscale: #6B6B6B. Windows color (decimal): -185292 or 3419389. OLE color: 3419389.

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

Color convert

RGB 253 44 52 -
CMYK 0 0.83 0.79 0.01
HSL 357.7º 0.98% 0.58% -
HSV(B) 357.7º 0.83% 0.99% -
XYZ 42.03 22.93 5.46 -
YUV 107.4 96.74 231.85 -
System Red Green Blue C M Y K H S L
Decimal 253 44 52 0 0.83 0.79 0.01 357.7 0.98 0.58
Hex FD 2C 34 0 53 4F 1 166 62 3A
Octal 375 54 64 0 123 117 1 546 142 72
Binary 11111101 101100 110100 0 1010011 1001111 1 101100110 1100010 111010

Color Harmonies of #FD2C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2C34

Black with #FD2C34

Text Example


Text Example

White with #FD2C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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