Html Css Color HEX #FB1912 Scarlet

📋 copy color: '#FB1912'

red 251 ◦ green 25 ◦ blue 18

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

Shades of Scarlet #FB1912

Tints of Scarlet #FB1912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 85.37%
G = 8.5%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB1912 (or 0xFB1912) is known color: Scarlet. HEX triplet: FB, 19 and 12. RGB value is (251,25,18). Sum of RGB (Red+Green+Blue) = 251+25+18=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1912 is #04E6ED. Grayscale: #5C5C5C. Windows color (decimal): -321262 or 1186299. OLE color: 1186299.

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

Color convert

RGB 251 25 18 -
CMYK 0 0.90 0.93 0.02
HSL 1.8º 0.97% 0.53% -
HSV(B) 1.8º 0.93% 0.98% -
XYZ 40.24 21.25 2.55 -
YUV 91.78 86.37 241.57 -
System Red Green Blue C M Y K H S L
Decimal 251 25 18 0 0.90 0.93 0.02 1.8 0.97 0.53
Hex FB 19 12 0 5A 5D 2 2 61 35
Octal 373 31 22 0 132 135 2 2 141 65
Binary 11111011 11001 10010 0 1011010 1011101 10 10 1100001 110101

Color Harmonies of #FB1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1912

Black with #FB1912

Text Example


Text Example

White with #FB1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1912; }

 p { color: rgb(251,25,18); }

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

background-color css

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

 a { background-color: rgb(251,25,18); }

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

border-color css

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

 span { border-color: rgb(251,25,18); }

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