Html Css Color HEX #FB262F Alizarin

📋 copy color: '#FB262F'

red 251 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #FB262F

Tints of Alizarin #FB262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.31%

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

R = 74.7%
G = 11.31%
B = 13.99%

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

#FB262F (or 0xFB262F) is known color: Alizarin. HEX triplet: FB, 26 and 2F. RGB value is (251,38,47). Sum of RGB (Red+Green+Blue) = 251+38+47=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB262F is #04D9D0. Grayscale: #666666. Windows color (decimal): -317905 or 3090171. OLE color: 3090171.

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

Color convert

RGB 251 38 47 -
CMYK 0 0.85 0.81 0.02
HSL 357.46º 0.96% 0.57% -
HSV(B) 357.46º 0.85% 0.98% -
XYZ 40.99 22.1 4.79 -
YUV 102.71 96.57 233.77 -
System Red Green Blue C M Y K H S L
Decimal 251 38 47 0 0.85 0.81 0.02 357.46 0.96 0.57
Hex FB 26 2F 0 55 51 2 165 60 39
Octal 373 46 57 0 125 121 2 545 140 71
Binary 11111011 100110 101111 0 1010101 1010001 10 101100101 1100000 111001

Color Harmonies of #FB262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB262F

Black with #FB262F

Text Example


Text Example

White with #FB262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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