Html Css Color HEX #FB180B Scarlet

📋 copy color: '#FB180B'

red 251 ◦ green 24 ◦ blue 11

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

Shades of Scarlet #FB180B

Tints of Scarlet #FB180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 87.76%
G = 8.39%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB180B (or 0xFB180B) is known color: Scarlet. HEX triplet: FB, 18 and 0B. RGB value is (251,24,11). Sum of RGB (Red+Green+Blue) = 251+24+11=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB180B is #04E7F4. Grayscale: #5A5A5A. Windows color (decimal): -321525 or 727291. OLE color: 727291.

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

Color convert

RGB 251 24 11 -
CMYK 0 0.90 0.96 0.02
HSL 3.25º 0.97% 0.51% -
HSV(B) 3.25º 0.96% 0.98% -
XYZ 40.17 21.19 2.29 -
YUV 90.39 83.21 242.56 -
System Red Green Blue C M Y K H S L
Decimal 251 24 11 0 0.90 0.96 0.02 3.25 0.97 0.51
Hex FB 18 B 0 5A 60 2 3 61 33
Octal 373 30 13 0 132 140 2 3 141 63
Binary 11111011 11000 1011 0 1011010 1100000 10 11 1100001 110011

Color Harmonies of #FB180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB180B

Black with #FB180B

Text Example


Text Example

White with #FB180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB180B; }

 p { color: rgb(251,24,11); }

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

background-color css

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

 a { background-color: rgb(251,24,11); }

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

border-color css

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

 span { border-color: rgb(251,24,11); }

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