Html Css Color HEX #FB200E Scarlet

📋 copy color: '#FB200E'

red 251 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #FB200E

Tints of Scarlet #FB200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.71%

R = 84.51%
G = 10.77%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB200E (or 0xFB200E) is known color: Scarlet. HEX triplet: FB, 20 and 0E. RGB value is (251,32,14). Sum of RGB (Red+Green+Blue) = 251+32+14=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB200E is #04DFF1. Grayscale: #5F5F5F. Windows color (decimal): -319474 or 925947. OLE color: 925947.

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

Color convert

RGB 251 32 14 -
CMYK 0 0.87 0.94 0.02
HSL 4.56º 0.97% 0.52% -
HSV(B) 4.56º 0.94% 0.98% -
XYZ 40.38 21.57 2.45 -
YUV 95.43 82.05 238.96 -
System Red Green Blue C M Y K H S L
Decimal 251 32 14 0 0.87 0.94 0.02 4.56 0.97 0.52
Hex FB 20 E 0 57 5E 2 5 61 34
Octal 373 40 16 0 127 136 2 5 141 64
Binary 11111011 100000 1110 0 1010111 1011110 10 101 1100001 110100

Color Harmonies of #FB200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB200E

Black with #FB200E

Text Example


Text Example

White with #FB200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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