Html Css Color HEX #FB2730 Alizarin

📋 copy color: '#FB2730'

red 251 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #FB2730

Tints of Alizarin #FB2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 74.26%
G = 11.54%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB2730 (or 0xFB2730) is known color: Alizarin. HEX triplet: FB, 27 and 30. RGB value is (251,39,48). Sum of RGB (Red+Green+Blue) = 251+39+48=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2730 is #04D8CF. Grayscale: #676767. Windows color (decimal): -317648 or 3155963. OLE color: 3155963.

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

Color convert

RGB 251 39 48 -
CMYK 0 0.84 0.81 0.02
HSL 357.45º 0.96% 0.57% -
HSV(B) 357.45º 0.84% 0.98% -
XYZ 41.04 22.17 4.91 -
YUV 103.41 96.74 233.27 -
System Red Green Blue C M Y K H S L
Decimal 251 39 48 0 0.84 0.81 0.02 357.45 0.96 0.57
Hex FB 27 30 0 54 51 2 165 60 39
Octal 373 47 60 0 124 121 2 545 140 71
Binary 11111011 100111 110000 0 1010100 1010001 10 101100101 1100000 111001

Color Harmonies of #FB2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2730

Black with #FB2730

Text Example


Text Example

White with #FB2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2730; }

 p { color: rgb(251,39,48); }

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

background-color css

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

 a { background-color: rgb(251,39,48); }

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

border-color css

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

 span { border-color: rgb(251,39,48); }

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