Html Css Color HEX #FB2530 Alizarin

📋 copy color: '#FB2530'

red 251 ◦ green 37 ◦ blue 48

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

Shades of Alizarin #FB2530

Tints of Alizarin #FB2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

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

R = 74.7%
G = 11.01%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB2530 (or 0xFB2530) is known color: Alizarin. HEX triplet: FB, 25 and 30. RGB value is (251,37,48). Sum of RGB (Red+Green+Blue) = 251+37+48=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2530 is #04DACF. Grayscale: #666666. Windows color (decimal): -318160 or 3155451. OLE color: 3155451.

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

Color convert

RGB 251 37 48 -
CMYK 0 0.85 0.81 0.02
HSL 356.92º 0.96% 0.56% -
HSV(B) 356.92º 0.85% 0.98% -
XYZ 40.98 22.05 4.89 -
YUV 102.24 97.4 234.11 -
System Red Green Blue C M Y K H S L
Decimal 251 37 48 0 0.85 0.81 0.02 356.92 0.96 0.56
Hex FB 25 30 0 55 51 2 165 60 38
Octal 373 45 60 0 125 121 2 545 140 70
Binary 11111011 100101 110000 0 1010101 1010001 10 101100101 1100000 111000

Color Harmonies of #FB2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2530

Black with #FB2530

Text Example


Text Example

White with #FB2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2530; }

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

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

background-color css

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

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

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

border-color css

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

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

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