Html Css Color HEX #FB3206 Scarlet

📋 copy color: '#FB3206'

red 251 ◦ green 50 ◦ blue 6

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

Shades of Scarlet #FB3206

Tints of Scarlet #FB3206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 81.76%
G = 16.29%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB3206 (or 0xFB3206) is known color: Scarlet. HEX triplet: FB, 32 and 06. RGB value is (251,50,6). Sum of RGB (Red+Green+Blue) = 251+50+6=307 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.76% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3206 is #04CDF9. Grayscale: #696969. Windows color (decimal): -314874 or 406267. OLE color: 406267.

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

Color convert

RGB 251 50 6 -
CMYK 0 0.80 0.98 0.02
HSL 10.78º 0.97% 0.5% -
HSV(B) 10.78º 0.98% 0.98% -
XYZ 40.96 22.8 2.42 -
YUV 105.08 72.09 232.08 -
System Red Green Blue C M Y K H S L
Decimal 251 50 6 0 0.80 0.98 0.02 10.78 0.97 0.5
Hex FB 32 6 0 50 62 2 B 61 32
Octal 373 62 6 0 120 142 2 13 141 62
Binary 11111011 110010 110 0 1010000 1100010 10 1011 1100001 110010

Color Harmonies of #FB3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3206

Black with #FB3206

Text Example


Text Example

White with #FB3206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3206; }

 p { color: rgb(251,50,6); }

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

background-color css

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

 a { background-color: rgb(251,50,6); }

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

border-color css

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

 span { border-color: rgb(251,50,6); }

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