Html Css Color HEX #FD2A2B Alizarin

📋 copy color: '#FD2A2B'

red 253 ◦ green 42 ◦ blue 43

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

Shades of Alizarin #FD2A2B

Tints of Alizarin #FD2A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.43%

 BLUE value IS 43 (17.19% from 255) = 12.72%

R = 74.85%
G = 12.43%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD2A2B (or 0xFD2A2B) is known color: Alizarin. HEX triplet: FD, 2A and 2B. RGB value is (253,42,43). Sum of RGB (Red+Green+Blue) = 253+42+43=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A2B is #02D5D4. Grayscale: #696969. Windows color (decimal): -185813 or 2829053. OLE color: 2829053.

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

Color convert

RGB 253 42 43 -
CMYK 0 0.83 0.83 0.01
HSL 359.72º 0.98% 0.58% -
HSV(B) 359.72º 0.83% 0.99% -
XYZ 41.77 22.71 4.47 -
YUV 105.2 92.9 233.42 -
System Red Green Blue C M Y K H S L
Decimal 253 42 43 0 0.83 0.83 0.01 359.72 0.98 0.58
Hex FD 2A 2B 0 53 53 1 168 62 3A
Octal 375 52 53 0 123 123 1 550 142 72
Binary 11111101 101010 101011 0 1010011 1010011 1 101101000 1100010 111010

Color Harmonies of #FD2A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2A2B

Black with #FD2A2B

Text Example


Text Example

White with #FD2A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2A2B; }

 p { color: rgb(253,42,43); }

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

background-color css

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

 a { background-color: rgb(253,42,43); }

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

border-color css

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

 span { border-color: rgb(253,42,43); }

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