Html Css Color HEX #FB201E Scarlet

📋 copy color: '#FB201E'

red 251 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #FB201E

Tints of Scarlet #FB201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 80.19%
G = 10.22%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB201E (or 0xFB201E) is known color: Scarlet. HEX triplet: FB, 20 and 1E. RGB value is (251,32,30). Sum of RGB (Red+Green+Blue) = 251+32+30=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB201E is #04DFE1. Grayscale: #616161. Windows color (decimal): -319458 or 1974523. OLE color: 1974523.

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

Color convert

RGB 251 32 30 -
CMYK 0 0.87 0.88 0.02
HSL 0.54º 0.97% 0.55% -
HSV(B) 0.54º 0.88% 0.98% -
XYZ 40.53 21.64 3.27 -
YUV 97.25 90.05 237.66 -
System Red Green Blue C M Y K H S L
Decimal 251 32 30 0 0.87 0.88 0.02 0.54 0.97 0.55
Hex FB 20 1E 0 57 58 2 1 61 37
Octal 373 40 36 0 127 130 2 1 141 67
Binary 11111011 100000 11110 0 1010111 1011000 10 1 1100001 110111

Color Harmonies of #FB201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB201E

Black with #FB201E

Text Example


Text Example

White with #FB201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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