Html Css Color HEX #FB3334 Alizarin

📋 copy color: '#FB3334'

red 251 ◦ green 51 ◦ blue 52

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

Shades of Alizarin #FB3334

Tints of Alizarin #FB3334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

 BLUE value IS 52 (20.7% from 255) = 14.69%

R = 70.9%
G = 14.41%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FB3334 (or 0xFB3334) is known color: Alizarin. HEX triplet: FB, 33 and 34. RGB value is (251,51,52). Sum of RGB (Red+Green+Blue) = 251+51+52=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3334 is #04CCCB. Grayscale: #6F6F6F. Windows color (decimal): -314572 or 3421179. OLE color: 3421179.

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

Color convert

RGB 251 51 52 -
CMYK 0 0.80 0.79 0.02
HSL 359.7º 0.96% 0.59% -
HSV(B) 359.7º 0.8% 0.98% -
XYZ 41.59 23.12 5.52 -
YUV 110.91 94.76 227.92 -
System Red Green Blue C M Y K H S L
Decimal 251 51 52 0 0.80 0.79 0.02 359.7 0.96 0.59
Hex FB 33 34 0 50 4F 2 168 60 3B
Octal 373 63 64 0 120 117 2 550 140 73
Binary 11111011 110011 110100 0 1010000 1001111 10 101101000 1100000 111011

Color Harmonies of #FB3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3334

Black with #FB3334

Text Example


Text Example

White with #FB3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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