Html Css Color HEX #FB3304 Scarlet

📋 copy color: '#FB3304'

red 251 ◦ green 51 ◦ blue 4

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

Shades of Scarlet #FB3304

Tints of Scarlet #FB3304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 82.03%
G = 16.67%
B = 1.31%

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

#FB3304 (or 0xFB3304) is known color: Scarlet. HEX triplet: FB, 33 and 04. RGB value is (251,51,4). Sum of RGB (Red+Green+Blue) = 251+51+4=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3304 is #04CCFB. Grayscale: #696969. Windows color (decimal): -314620 or 275451. OLE color: 275451.

HSL color Cylindrical-coordinate representation of color #FB3304: hue angle of 11.42º 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 #FB3304 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 51 4 -
CMYK 0 0.80 0.98 0.02
HSL 11.42º 0.97% 0.5% -
HSV(B) 11.42º 0.98% 0.98% -
XYZ 40.99 22.89 2.37 -
YUV 105.44 70.76 231.82 -
System Red Green Blue C M Y K H S L
Decimal 251 51 4 0 0.80 0.98 0.02 11.42 0.97 0.5
Hex FB 33 4 0 50 62 2 B 61 32
Octal 373 63 4 0 120 142 2 13 141 62
Binary 11111011 110011 100 0 1010000 1100010 10 1011 1100001 110010

Color Harmonies of #FB3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3304

Black with #FB3304

Text Example


Text Example

White with #FB3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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