Html Css Color HEX #FB231B Scarlet

📋 copy color: '#FB231B'

red 251 ◦ green 35 ◦ blue 27

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

Shades of Scarlet #FB231B

Tints of Scarlet #FB231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 80.19%
G = 11.18%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB231B (or 0xFB231B) is known color: Scarlet. HEX triplet: FB, 23 and 1B. RGB value is (251,35,27). Sum of RGB (Red+Green+Blue) = 251+35+27=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB231B is #04DCE4. Grayscale: #626262. Windows color (decimal): -318693 or 1778683. OLE color: 1778683.

HSL color Cylindrical-coordinate representation of color #FB231B: hue angle of 2.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB231B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 35 27 -
CMYK 0 0.86 0.89 0.02
HSL 2.14º 0.97% 0.55% -
HSV(B) 2.14º 0.89% 0.98% -
XYZ 40.58 21.79 3.1 -
YUV 98.67 87.56 236.65 -
System Red Green Blue C M Y K H S L
Decimal 251 35 27 0 0.86 0.89 0.02 2.14 0.97 0.55
Hex FB 23 1B 0 56 59 2 2 61 37
Octal 373 43 33 0 126 131 2 2 141 67
Binary 11111011 100011 11011 0 1010110 1011001 10 10 1100001 110111

Color Harmonies of #FB231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB231B

Black with #FB231B

Text Example


Text Example

White with #FB231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB231B; }

 p { color: rgb(251,35,27); }

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

background-color css

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

 a { background-color: rgb(251,35,27); }

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

border-color css

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

 span { border-color: rgb(251,35,27); }

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