Html Css Color HEX #FB252F Alizarin

📋 copy color: '#FB252F'

red 251 ◦ green 37 ◦ blue 47

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

Shades of Alizarin #FB252F

Tints of Alizarin #FB252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 74.93%
G = 11.04%
B = 14.03%

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

#FB252F (or 0xFB252F) is known color: Alizarin. HEX triplet: FB, 25 and 2F. RGB value is (251,37,47). Sum of RGB (Red+Green+Blue) = 251+37+47=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB252F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB252F is #04DAD0. Grayscale: #666666. Windows color (decimal): -318161 or 3089915. OLE color: 3089915.

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

Color convert

RGB 251 37 47 -
CMYK 0 0.85 0.81 0.02
HSL 357.2º 0.96% 0.56% -
HSV(B) 357.2º 0.85% 0.98% -
XYZ 40.96 22.04 4.78 -
YUV 102.13 96.9 234.19 -
System Red Green Blue C M Y K H S L
Decimal 251 37 47 0 0.85 0.81 0.02 357.2 0.96 0.56
Hex FB 25 2F 0 55 51 2 165 60 38
Octal 373 45 57 0 125 121 2 545 140 70
Binary 11111011 100101 101111 0 1010101 1010001 10 101100101 1100000 111000

Color Harmonies of #FB252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB252F

Black with #FB252F

Text Example


Text Example

White with #FB252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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