Html Css Color HEX #FB1F03 Scarlet

📋 copy color: '#FB1F03'

red 251 ◦ green 31 ◦ blue 3

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

Shades of Scarlet #FB1F03

Tints of Scarlet #FB1F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.88%

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 88.07%
G = 10.88%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB1F03 (or 0xFB1F03) is known color: Scarlet. HEX triplet: FB, 1F and 03. RGB value is (251,31,3). Sum of RGB (Red+Green+Blue) = 251+31+3=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1F03 is #04E0FC. Grayscale: #5D5D5D. Windows color (decimal): -319741 or 204795. OLE color: 204795.

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

Color convert

RGB 251 31 3 -
CMYK 0 0.88 0.99 0.02
HSL 6.77º 0.98% 0.5% -
HSV(B) 6.77º 0.99% 0.98% -
XYZ 40.29 21.5 2.11 -
YUV 93.59 76.89 240.28 -
System Red Green Blue C M Y K H S L
Decimal 251 31 3 0 0.88 0.99 0.02 6.77 0.98 0.5
Hex FB 1F 3 0 58 63 2 7 62 32
Octal 373 37 3 0 130 143 2 7 142 62
Binary 11111011 11111 11 0 1011000 1100011 10 111 1100010 110010

Color Harmonies of #FB1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F03

Black with #FB1F03

Text Example


Text Example

White with #FB1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F03; }

 p { color: rgb(251,31,3); }

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

background-color css

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

 a { background-color: rgb(251,31,3); }

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

border-color css

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

 span { border-color: rgb(251,31,3); }

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