Html Css Color HEX #FB2735 Alizarin

📋 copy color: '#FB2735'

red 251 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #FB2735

Tints of Alizarin #FB2735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 73.18%
G = 11.37%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FB2735 (or 0xFB2735) is known color: Alizarin. HEX triplet: FB, 27 and 35. RGB value is (251,39,53). Sum of RGB (Red+Green+Blue) = 251+39+53=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2735 is #04D8CA. Grayscale: #686868. Windows color (decimal): -317643 or 3483643. OLE color: 3483643.

HSL color Cylindrical-coordinate representation of color #FB2735: hue angle of 356.04º 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 #FB2735 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 39 53 -
CMYK 0 0.84 0.79 0.02
HSL 356.04º 0.96% 0.57% -
HSV(B) 356.04º 0.84% 0.98% -
XYZ 41.15 22.22 5.49 -
YUV 103.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 251 39 53 0 0.84 0.79 0.02 356.04 0.96 0.57
Hex FB 27 35 0 54 4F 2 164 60 39
Octal 373 47 65 0 124 117 2 544 140 71
Binary 11111011 100111 110101 0 1010100 1001111 10 101100100 1100000 111001

Color Harmonies of #FB2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2735

Black with #FB2735

Text Example


Text Example

White with #FB2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2735; }

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

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

background-color css

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

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

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

border-color css

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

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

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