Html Css Color HEX #FB383F Alizarin

📋 copy color: '#FB383F'

red 251 ◦ green 56 ◦ blue 63

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

Shades of Alizarin #FB383F

Tints of Alizarin #FB383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.14%

 BLUE value IS 63 (25% from 255) = 17.03%

R = 67.84%
G = 15.14%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB383F (or 0xFB383F) is known color: Alizarin. HEX triplet: FB, 38 and 3F. RGB value is (251,56,63). Sum of RGB (Red+Green+Blue) = 251+56+63=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB383F is #04C7C0. Grayscale: #737373. Windows color (decimal): -313281 or 4143355. OLE color: 4143355.

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

Color convert

RGB 251 56 63 -
CMYK 0 0.78 0.75 0.02
HSL 357.85º 0.96% 0.6% -
HSV(B) 357.85º 0.78% 0.98% -
XYZ 42.1 23.7 7.06 -
YUV 115.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 251 56 63 0 0.78 0.75 0.02 357.85 0.96 0.6
Hex FB 38 3F 0 4E 4B 2 166 60 3C
Octal 373 70 77 0 116 113 2 546 140 74
Binary 11111011 111000 111111 0 1001110 1001011 10 101100110 1100000 111100

Color Harmonies of #FB383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB383F

Black with #FB383F

Text Example


Text Example

White with #FB383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB383F; }

 p { color: rgb(251,56,63); }

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

background-color css

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

 a { background-color: rgb(251,56,63); }

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

border-color css

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

 span { border-color: rgb(251,56,63); }

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