Html Css Color HEX #FB1A08 Scarlet

📋 copy color: '#FB1A08'

red 251 ◦ green 26 ◦ blue 8

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

Shades of Scarlet #FB1A08

Tints of Scarlet #FB1A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

 BLUE value IS 8 (3.52% from 255) = 2.81%

R = 88.07%
G = 9.12%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB1A08 (or 0xFB1A08) is known color: Scarlet. HEX triplet: FB, 1A and 08. RGB value is (251,26,8). Sum of RGB (Red+Green+Blue) = 251+26+8=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1A08 is #04E5F7. Grayscale: #5B5B5B. Windows color (decimal): -321016 or 531195. OLE color: 531195.

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

Color convert

RGB 251 26 8 -
CMYK 0 0.90 0.97 0.02
HSL 4.44º 0.97% 0.51% -
HSV(B) 4.44º 0.97% 0.98% -
XYZ 40.2 21.27 2.22 -
YUV 91.22 81.04 241.96 -
System Red Green Blue C M Y K H S L
Decimal 251 26 8 0 0.90 0.97 0.02 4.44 0.97 0.51
Hex FB 1A 8 0 5A 61 2 4 61 33
Octal 373 32 10 0 132 141 2 4 141 63
Binary 11111011 11010 1000 0 1011010 1100001 10 100 1100001 110011

Color Harmonies of #FB1A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A08

Black with #FB1A08

Text Example


Text Example

White with #FB1A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A08; }

 p { color: rgb(251,26,8); }

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

background-color css

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

 a { background-color: rgb(251,26,8); }

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

border-color css

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

 span { border-color: rgb(251,26,8); }

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