Html Css Color HEX #FD2F3F Alizarin

📋 copy color: '#FD2F3F'

red 253 ◦ green 47 ◦ blue 63

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

Shades of Alizarin #FD2F3F

Tints of Alizarin #FD2F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.95%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 69.7%
G = 12.95%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD2F3F (or 0xFD2F3F) is known color: Alizarin. HEX triplet: FD, 2F and 3F. RGB value is (253,47,63). Sum of RGB (Red+Green+Blue) = 253+47+63=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F3F is #02D0C0. Grayscale: #6E6E6E. Windows color (decimal): -184513 or 4141053. OLE color: 4141053.

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

Color convert

RGB 253 47 63 -
CMYK 0 0.81 0.75 0.01
HSL 355.34º 0.98% 0.59% -
HSV(B) 355.34º 0.81% 0.99% -
XYZ 42.42 23.27 6.96 -
YUV 110.42 101.25 229.7 -
System Red Green Blue C M Y K H S L
Decimal 253 47 63 0 0.81 0.75 0.01 355.34 0.98 0.59
Hex FD 2F 3F 0 51 4B 1 163 62 3B
Octal 375 57 77 0 121 113 1 543 142 73
Binary 11111101 101111 111111 0 1010001 1001011 1 101100011 1100010 111011

Color Harmonies of #FD2F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F3F

Black with #FD2F3F

Text Example


Text Example

White with #FD2F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F3F; }

 p { color: rgb(253,47,63); }

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

background-color css

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

 a { background-color: rgb(253,47,63); }

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

border-color css

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

 span { border-color: rgb(253,47,63); }

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