Html Css Color HEX #FB180A Scarlet

📋 copy color: '#FB180A'

red 251 ◦ green 24 ◦ blue 10

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

Shades of Scarlet #FB180A

Tints of Scarlet #FB180A

RGB

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

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

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

R = 88.07%
G = 8.42%
B = 3.51%

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

#FB180A (or 0xFB180A) is known color: Scarlet. HEX triplet: FB, 18 and 0A. RGB value is (251,24,10). Sum of RGB (Red+Green+Blue) = 251+24+10=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB180A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB180A is #04E7F5. Grayscale: #5A5A5A. Windows color (decimal): -321526 or 661755. OLE color: 661755.

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

Color convert

RGB 251 24 10 -
CMYK 0 0.90 0.96 0.02
HSL 3.49º 0.97% 0.51% -
HSV(B) 3.49º 0.96% 0.98% -
XYZ 40.17 21.18 2.26 -
YUV 90.28 82.71 242.64 -
System Red Green Blue C M Y K H S L
Decimal 251 24 10 0 0.90 0.96 0.02 3.49 0.97 0.51
Hex FB 18 A 0 5A 60 2 3 61 33
Octal 373 30 12 0 132 140 2 3 141 63
Binary 11111011 11000 1010 0 1011010 1100000 10 11 1100001 110011

Color Harmonies of #FB180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB180A

Black with #FB180A

Text Example


Text Example

White with #FB180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB180A; }

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

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

background-color css

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

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

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

border-color css

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

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

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