Html Css Color HEX #FD2F33 Alizarin

📋 copy color: '#FD2F33'

red 253 ◦ green 47 ◦ blue 51

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

Shades of Alizarin #FD2F33

Tints of Alizarin #FD2F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.53%

R = 72.08%
G = 13.39%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD2F33 (or 0xFD2F33) is known color: Alizarin. HEX triplet: FD, 2F and 33. RGB value is (253,47,51). Sum of RGB (Red+Green+Blue) = 253+47+51=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F33 is #02D0CC. Grayscale: #6D6D6D. Windows color (decimal): -184525 or 3354621. OLE color: 3354621.

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

Color convert

RGB 253 47 51 -
CMYK 0 0.81 0.80 0.01
HSL 358.84º 0.98% 0.59% -
HSV(B) 358.84º 0.81% 0.99% -
XYZ 42.12 23.15 5.38 -
YUV 109.05 95.25 230.67 -
System Red Green Blue C M Y K H S L
Decimal 253 47 51 0 0.81 0.80 0.01 358.84 0.98 0.59
Hex FD 2F 33 0 51 50 1 167 62 3B
Octal 375 57 63 0 121 120 1 547 142 73
Binary 11111101 101111 110011 0 1010001 1010000 1 101100111 1100010 111011

Color Harmonies of #FD2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F33

Black with #FD2F33

Text Example


Text Example

White with #FD2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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