Html Css Color HEX #FB3441 Alizarin

📋 copy color: '#FB3441'

red 251 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #FB3441

Tints of Alizarin #FB3441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 68.21%
G = 14.13%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB3441 (or 0xFB3441) is known color: Alizarin. HEX triplet: FB, 34 and 41. RGB value is (251,52,65). Sum of RGB (Red+Green+Blue) = 251+52+65=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3441 is #04CBBE. Grayscale: #717171. Windows color (decimal): -314303 or 4273403. OLE color: 4273403.

HSL color Cylindrical-coordinate representation of color #FB3441: hue angle of 356.08º 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 #FB3441 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 52 65 -
CMYK 0 0.79 0.74 0.02
HSL 356.08º 0.96% 0.59% -
HSV(B) 356.08º 0.79% 0.98% -
XYZ 41.97 23.35 7.3 -
YUV 112.98 100.93 226.44 -
System Red Green Blue C M Y K H S L
Decimal 251 52 65 0 0.79 0.74 0.02 356.08 0.96 0.59
Hex FB 34 41 0 4F 4A 2 164 60 3B
Octal 373 64 101 0 117 112 2 544 140 73
Binary 11111011 110100 1000001 0 1001111 1001010 10 101100100 1100000 111011

Color Harmonies of #FB3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3441

Black with #FB3441

Text Example


Text Example

White with #FB3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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