Html Css Color HEX #FB3940 Alizarin

📋 copy color: '#FB3940'

red 251 ◦ green 57 ◦ blue 64

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

Shades of Alizarin #FB3940

Tints of Alizarin #FB3940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.32%

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 67.47%
G = 15.32%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB3940 (or 0xFB3940) is known color: Alizarin. HEX triplet: FB, 39 and 40. RGB value is (251,57,64). Sum of RGB (Red+Green+Blue) = 251+57+64=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3940 is #04C6BF. Grayscale: #737373. Windows color (decimal): -313024 or 4209147. OLE color: 4209147.

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

Color convert

RGB 251 57 64 -
CMYK 0 0.77 0.75 0.02
HSL 357.84º 0.96% 0.6% -
HSV(B) 357.84º 0.77% 0.98% -
XYZ 42.17 23.81 7.22 -
YUV 115.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 251 57 64 0 0.77 0.75 0.02 357.84 0.96 0.6
Hex FB 39 40 0 4D 4B 2 166 60 3C
Octal 373 71 100 0 115 113 2 546 140 74
Binary 11111011 111001 1000000 0 1001101 1001011 10 101100110 1100000 111100

Color Harmonies of #FB3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3940

Black with #FB3940

Text Example


Text Example

White with #FB3940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3940; }

 p { color: rgb(251,57,64); }

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

background-color css

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

 a { background-color: rgb(251,57,64); }

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

border-color css

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

 span { border-color: rgb(251,57,64); }

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