Html Css Color HEX #FB3300 Scarlet

📋 copy color: '#FB3300'

red 251 ◦ green 51 ◦ blue 0

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

Shades of Scarlet #FB3300

Tints of Scarlet #FB3300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.11%
G = 16.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB3300 (or 0xFB3300) is known color: Scarlet. HEX triplet: FB, 33 and 00. RGB value is (251,51,0). Sum of RGB (Red+Green+Blue) = 251+51+0=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3300 is #04CCFF. Grayscale: #696969. Windows color (decimal): -314624 or 13307. OLE color: 13307.

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

Color convert

RGB 251 51 0 -
CMYK 0 0.80 1 0.02
HSL 12.19º 1% 0.49% -
HSV(B) 12.19º 1% 0.98% -
XYZ 40.97 22.88 2.26 -
YUV 104.99 68.76 232.15 -
System Red Green Blue C M Y K H S L
Decimal 251 51 0 0 0.80 1 0.02 12.19 1 0.49
Hex FB 33 0 0 50 64 2 C 64 31
Octal 373 63 0 0 120 144 2 14 144 61
Binary 11111011 110011 0 0 1010000 1100100 10 1100 1100100 110001

Color Harmonies of #FB3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3300

Black with #FB3300

Text Example


Text Example

White with #FB3300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3300; }

 p { color: rgb(251,51,0); }

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

background-color css

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

 a { background-color: rgb(251,51,0); }

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

border-color css

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

 span { border-color: rgb(251,51,0); }

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