Html Css Color HEX #FB2004 Scarlet

📋 copy color: '#FB2004'

red 251 ◦ green 32 ◦ blue 4

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

Shades of Scarlet #FB2004

Tints of Scarlet #FB2004

RGB

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

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

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

R = 87.46%
G = 11.15%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB2004 (or 0xFB2004) is known color: Scarlet. HEX triplet: FB, 20 and 04. RGB value is (251,32,4). Sum of RGB (Red+Green+Blue) = 251+32+4=287 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.46% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2004 is #04DFFB. Grayscale: #5E5E5E. Windows color (decimal): -319484 or 270587. OLE color: 270587.

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

Color convert

RGB 251 32 4 -
CMYK 0 0.87 0.98 0.02
HSL 6.8º 0.97% 0.5% -
HSV(B) 6.8º 0.98% 0.98% -
XYZ 40.32 21.55 2.15 -
YUV 94.29 77.05 239.78 -
System Red Green Blue C M Y K H S L
Decimal 251 32 4 0 0.87 0.98 0.02 6.8 0.97 0.5
Hex FB 20 4 0 57 62 2 7 61 32
Octal 373 40 4 0 127 142 2 7 141 62
Binary 11111011 100000 100 0 1010111 1100010 10 111 1100001 110010

Color Harmonies of #FB2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2004

Black with #FB2004

Text Example


Text Example

White with #FB2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2004; }

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

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

background-color css

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

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

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

border-color css

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

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

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