Html Css Color HEX #FB3440 Alizarin

📋 copy color: '#FB3440'

red 251 ◦ green 52 ◦ blue 64

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

Shades of Alizarin #FB3440

Tints of Alizarin #FB3440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.17%

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

R = 68.39%
G = 14.17%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB3440 (or 0xFB3440) is known color: Alizarin. HEX triplet: FB, 34 and 40. RGB value is (251,52,64). Sum of RGB (Red+Green+Blue) = 251+52+64=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3440 is #04CBBF. Grayscale: #717171. Windows color (decimal): -314304 or 4207867. OLE color: 4207867.

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

Color convert

RGB 251 52 64 -
CMYK 0 0.79 0.75 0.02
HSL 356.38º 0.96% 0.59% -
HSV(B) 356.38º 0.79% 0.98% -
XYZ 41.94 23.34 7.14 -
YUV 112.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 251 52 64 0 0.79 0.75 0.02 356.38 0.96 0.59
Hex FB 34 40 0 4F 4B 2 164 60 3B
Octal 373 64 100 0 117 113 2 544 140 73
Binary 11111011 110100 1000000 0 1001111 1001011 10 101100100 1100000 111011

Color Harmonies of #FB3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3440

Black with #FB3440

Text Example


Text Example

White with #FB3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3440; }

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

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

background-color css

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

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

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

border-color css

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

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

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