Html Css Color HEX #FB190A Scarlet

📋 copy color: '#FB190A'

red 251 ◦ green 25 ◦ blue 10

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

Shades of Scarlet #FB190A

Tints of Scarlet #FB190A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 87.76%
G = 8.74%
B = 3.5%

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

#FB190A (or 0xFB190A) is known color: Scarlet. HEX triplet: FB, 19 and 0A. RGB value is (251,25,10). Sum of RGB (Red+Green+Blue) = 251+25+10=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB190A is #04E6F5. Grayscale: #5B5B5B. Windows color (decimal): -321270 or 662011. OLE color: 662011.

HSL color Cylindrical-coordinate representation of color #FB190A: hue angle of 3.73º 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 #FB190A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 25 10 -
CMYK 0 0.90 0.96 0.02
HSL 3.73º 0.97% 0.51% -
HSV(B) 3.73º 0.96% 0.98% -
XYZ 40.19 21.23 2.27 -
YUV 90.86 82.37 242.22 -
System Red Green Blue C M Y K H S L
Decimal 251 25 10 0 0.90 0.96 0.02 3.73 0.97 0.51
Hex FB 19 A 0 5A 60 2 4 61 33
Octal 373 31 12 0 132 140 2 4 141 63
Binary 11111011 11001 1010 0 1011010 1100000 10 100 1100001 110011

Color Harmonies of #FB190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB190A

Black with #FB190A

Text Example


Text Example

White with #FB190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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