Html Css Color HEX #FB310C Scarlet

📋 copy color: '#FB310C'

red 251 ◦ green 49 ◦ blue 12

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

Shades of Scarlet #FB310C

Tints of Scarlet #FB310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 80.45%
G = 15.71%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB310C (or 0xFB310C) is known color: Scarlet. HEX triplet: FB, 31 and 0C. RGB value is (251,49,12). Sum of RGB (Red+Green+Blue) = 251+49+12=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB310C is #04CEF3. Grayscale: #696969. Windows color (decimal): -315124 or 799227. OLE color: 799227.

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

Color convert

RGB 251 49 12 -
CMYK 0 0.80 0.95 0.02
HSL 9.29º 0.97% 0.52% -
HSV(B) 9.29º 0.95% 0.98% -
XYZ 40.95 22.73 2.58 -
YUV 105.18 75.42 232.01 -
System Red Green Blue C M Y K H S L
Decimal 251 49 12 0 0.80 0.95 0.02 9.29 0.97 0.52
Hex FB 31 C 0 50 5F 2 9 61 34
Octal 373 61 14 0 120 137 2 11 141 64
Binary 11111011 110001 1100 0 1010000 1011111 10 1001 1100001 110100

Color Harmonies of #FB310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB310C

Black with #FB310C

Text Example


Text Example

White with #FB310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB310C; }

 p { color: rgb(251,49,12); }

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

background-color css

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

 a { background-color: rgb(251,49,12); }

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

border-color css

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

 span { border-color: rgb(251,49,12); }

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