Html Css Color HEX #FB1303 Scarlet

📋 copy color: '#FB1303'

red 251 ◦ green 19 ◦ blue 3

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

Shades of Scarlet #FB1303

Tints of Scarlet #FB1303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 91.94%
G = 6.96%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB1303 (or 0xFB1303) is known color: Scarlet. HEX triplet: FB, 13 and 03. RGB value is (251,19,3). Sum of RGB (Red+Green+Blue) = 251+19+3=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1303 is #04ECFC. Grayscale: #565656. Windows color (decimal): -322813 or 201723. OLE color: 201723.

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

Color convert

RGB 251 19 3 -
CMYK 0 0.92 0.99 0.02
HSL 3.87º 0.98% 0.5% -
HSV(B) 3.87º 0.99% 0.98% -
XYZ 40.03 20.98 2.03 -
YUV 86.54 80.86 245.3 -
System Red Green Blue C M Y K H S L
Decimal 251 19 3 0 0.92 0.99 0.02 3.87 0.98 0.5
Hex FB 13 3 0 5C 63 2 4 62 32
Octal 373 23 3 0 134 143 2 4 142 62
Binary 11111011 10011 11 0 1011100 1100011 10 100 1100010 110010

Color Harmonies of #FB1303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1303

Black with #FB1303

Text Example


Text Example

White with #FB1303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1303; }

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

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

background-color css

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

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

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

border-color css

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

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

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