Html Css Color HEX #FB2D40 Alizarin

📋 copy color: '#FB2D40'

red 251 ◦ green 45 ◦ blue 64

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

Shades of Alizarin #FB2D40

Tints of Alizarin #FB2D40

RGB

 RED value IS 251 (98.44% from 255) = 69.72%

 GREEN value IS 45 (17.97% from 255) = 12.5%

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 69.72%
G = 12.5%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB2D40 (or 0xFB2D40) is known color: Alizarin. HEX triplet: FB, 2D and 40. RGB value is (251,45,64). Sum of RGB (Red+Green+Blue) = 251+45+64=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D40 is #04D2BF. Grayscale: #6C6C6C. Windows color (decimal): -316096 or 4206075. OLE color: 4206075.

HSL color Cylindrical-coordinate representation of color #FB2D40: hue angle of 354.47º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D40 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 45 64 -
CMYK 0 0.82 0.75 0.02
HSL 354.47º 0.96% 0.58% -
HSV(B) 354.47º 0.82% 0.98% -
XYZ 41.65 22.76 7.05 -
YUV 108.76 102.75 229.46 -
System Red Green Blue C M Y K H S L
Decimal 251 45 64 0 0.82 0.75 0.02 354.47 0.96 0.58
Hex FB 2D 40 0 52 4B 2 162 60 3A
Octal 373 55 100 0 122 113 2 542 140 72
Binary 11111011 101101 1000000 0 1010010 1001011 10 101100010 1100000 111010

Color Harmonies of #FB2D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2D40

Black with #FB2D40

Text Example


Text Example

White with #FB2D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2D40; }

 p { color: rgb(251,45,64); }

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

background-color css

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

 a { background-color: rgb(251,45,64); }

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

border-color css

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

 span { border-color: rgb(251,45,64); }

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