Html Css Color HEX #FB3541 Alizarin

📋 copy color: '#FB3541'

red 251 ◦ green 53 ◦ blue 65

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

Shades of Alizarin #FB3541

Tints of Alizarin #FB3541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.36%

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

R = 68.02%
G = 14.36%
B = 17.62%

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

#FB3541 (or 0xFB3541) is known color: Alizarin. HEX triplet: FB, 35 and 41. RGB value is (251,53,65). Sum of RGB (Red+Green+Blue) = 251+53+65=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3541 is #04CABE. Grayscale: #717171. Windows color (decimal): -314047 or 4273659. OLE color: 4273659.

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

Color convert

RGB 251 53 65 -
CMYK 0 0.79 0.74 0.02
HSL 356.36º 0.96% 0.6% -
HSV(B) 356.36º 0.79% 0.98% -
XYZ 42.01 23.44 7.31 -
YUV 113.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 251 53 65 0 0.79 0.74 0.02 356.36 0.96 0.6
Hex FB 35 41 0 4F 4A 2 164 60 3C
Octal 373 65 101 0 117 112 2 544 140 74
Binary 11111011 110101 1000001 0 1001111 1001010 10 101100100 1100000 111100

Color Harmonies of #FB3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3541

Black with #FB3541

Text Example


Text Example

White with #FB3541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3541; }

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

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

background-color css

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

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

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

border-color css

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

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

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