Html Css Color HEX #FB200A Scarlet

📋 copy color: '#FB200A'

red 251 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #FB200A

Tints of Scarlet #FB200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.41%

R = 85.67%
G = 10.92%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB200A (or 0xFB200A) is known color: Scarlet. HEX triplet: FB, 20 and 0A. RGB value is (251,32,10). Sum of RGB (Red+Green+Blue) = 251+32+10=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB200A is #04DFF5. Grayscale: #5F5F5F. Windows color (decimal): -319478 or 663803. OLE color: 663803.

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

Color convert

RGB 251 32 10 -
CMYK 0 0.87 0.96 0.02
HSL 5.48º 0.97% 0.51% -
HSV(B) 5.48º 0.96% 0.98% -
XYZ 40.35 21.56 2.32 -
YUV 94.97 80.05 239.29 -
System Red Green Blue C M Y K H S L
Decimal 251 32 10 0 0.87 0.96 0.02 5.48 0.97 0.51
Hex FB 20 A 0 57 60 2 5 61 33
Octal 373 40 12 0 127 140 2 5 141 63
Binary 11111011 100000 1010 0 1010111 1100000 10 101 1100001 110011

Color Harmonies of #FB200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB200A

Black with #FB200A

Text Example


Text Example

White with #FB200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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