Html Css Color HEX #FB3A40 Alizarin

📋 copy color: '#FB3A40'

red 251 ◦ green 58 ◦ blue 64

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

Shades of Alizarin #FB3A40

Tints of Alizarin #FB3A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.55%

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

R = 67.29%
G = 15.55%
B = 17.16%

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

#FB3A40 (or 0xFB3A40) is known color: Alizarin. HEX triplet: FB, 3A and 40. RGB value is (251,58,64). Sum of RGB (Red+Green+Blue) = 251+58+64=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A40 is #04C5BF. Grayscale: #747474. Windows color (decimal): -312768 or 4209403. OLE color: 4209403.

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

Color convert

RGB 251 58 64 -
CMYK 0 0.77 0.75 0.02
HSL 358.13º 0.96% 0.61% -
HSV(B) 358.13º 0.77% 0.98% -
XYZ 42.22 23.91 7.24 -
YUV 116.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 251 58 64 0 0.77 0.75 0.02 358.13 0.96 0.61
Hex FB 3A 40 0 4D 4B 2 166 60 3D
Octal 373 72 100 0 115 113 2 546 140 75
Binary 11111011 111010 1000000 0 1001101 1001011 10 101100110 1100000 111101

Color Harmonies of #FB3A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A40

Black with #FB3A40

Text Example


Text Example

White with #FB3A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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