Html Css Color HEX #FB201C Scarlet

📋 copy color: '#FB201C'

red 251 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #FB201C

Tints of Scarlet #FB201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.29%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 80.71%
G = 10.29%
B = 9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB201C (or 0xFB201C) is known color: Scarlet. HEX triplet: FB, 20 and 1C. RGB value is (251,32,28). Sum of RGB (Red+Green+Blue) = 251+32+28=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB201C is #04DFE3. Grayscale: #616161. Windows color (decimal): -319460 or 1843451. OLE color: 1843451.

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

Color convert

RGB 251 32 28 -
CMYK 0 0.87 0.89 0.02
HSL 1.08º 0.97% 0.55% -
HSV(B) 1.08º 0.89% 0.98% -
XYZ 40.51 21.63 3.14 -
YUV 97.03 89.05 237.83 -
System Red Green Blue C M Y K H S L
Decimal 251 32 28 0 0.87 0.89 0.02 1.08 0.97 0.55
Hex FB 20 1C 0 57 59 2 1 61 37
Octal 373 40 34 0 127 131 2 1 141 67
Binary 11111011 100000 11100 0 1010111 1011001 10 1 1100001 110111

Color Harmonies of #FB201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB201C

Black with #FB201C

Text Example


Text Example

White with #FB201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB201C; }

 p { color: rgb(251,32,28); }

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

background-color css

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

 a { background-color: rgb(251,32,28); }

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

border-color css

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

 span { border-color: rgb(251,32,28); }

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