Html Css Color HEX #FB2629 Alizarin

📋 copy color: '#FB2629'

red 251 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #FB2629

Tints of Alizarin #FB2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 76.06%
G = 11.52%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB2629 (or 0xFB2629) is known color: Alizarin. HEX triplet: FB, 26 and 29. RGB value is (251,38,41). Sum of RGB (Red+Green+Blue) = 251+38+41=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2629 is #04D9D6. Grayscale: #666666. Windows color (decimal): -317911 or 2696955. OLE color: 2696955.

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

Color convert

RGB 251 38 41 -
CMYK 0 0.85 0.84 0.02
HSL 359.15º 0.96% 0.57% -
HSV(B) 359.15º 0.85% 0.98% -
XYZ 40.88 22.06 4.2 -
YUV 102.03 93.57 234.26 -
System Red Green Blue C M Y K H S L
Decimal 251 38 41 0 0.85 0.84 0.02 359.15 0.96 0.57
Hex FB 26 29 0 55 54 2 167 60 39
Octal 373 46 51 0 125 124 2 547 140 71
Binary 11111011 100110 101001 0 1010101 1010100 10 101100111 1100000 111001

Color Harmonies of #FB2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2629

Black with #FB2629

Text Example


Text Example

White with #FB2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2629; }

 p { color: rgb(251,38,41); }

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

background-color css

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

 a { background-color: rgb(251,38,41); }

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

border-color css

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

 span { border-color: rgb(251,38,41); }

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