Html Css Color HEX #FB1C13 Scarlet

📋 copy color: '#FB1C13'

red 251 ◦ green 28 ◦ blue 19

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

Shades of Scarlet #FB1C13

Tints of Scarlet #FB1C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 84.23%
G = 9.4%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB1C13 (or 0xFB1C13) is known color: Scarlet. HEX triplet: FB, 1C and 13. RGB value is (251,28,19). Sum of RGB (Red+Green+Blue) = 251+28+19=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C13 is #04E3EC. Grayscale: #5D5D5D. Windows color (decimal): -320493 or 1252603. OLE color: 1252603.

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

Color convert

RGB 251 28 19 -
CMYK 0 0.89 0.92 0.02
HSL 2.33º 0.97% 0.53% -
HSV(B) 2.33º 0.92% 0.98% -
XYZ 40.32 21.39 2.62 -
YUV 93.65 85.88 240.23 -
System Red Green Blue C M Y K H S L
Decimal 251 28 19 0 0.89 0.92 0.02 2.33 0.97 0.53
Hex FB 1C 13 0 59 5C 2 2 61 35
Octal 373 34 23 0 131 134 2 2 141 65
Binary 11111011 11100 10011 0 1011001 1011100 10 10 1100001 110101

Color Harmonies of #FB1C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C13

Black with #FB1C13

Text Example


Text Example

White with #FB1C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C13; }

 p { color: rgb(251,28,19); }

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

background-color css

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

 a { background-color: rgb(251,28,19); }

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

border-color css

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

 span { border-color: rgb(251,28,19); }

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