Html Css Color HEX #FB2804 Scarlet

📋 copy color: '#FB2804'

red 251 ◦ green 40 ◦ blue 4

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

Shades of Scarlet #FB2804

Tints of Scarlet #FB2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

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

R = 85.08%
G = 13.56%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB2804 (or 0xFB2804) is known color: Scarlet. HEX triplet: FB, 28 and 04. RGB value is (251,40,4). Sum of RGB (Red+Green+Blue) = 251+40+4=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2804 is #04D7FB. Grayscale: #636363. Windows color (decimal): -317436 or 272635. OLE color: 272635.

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

Color convert

RGB 251 40 4 -
CMYK 0 0.84 0.98 0.02
HSL 8.74º 0.97% 0.5% -
HSV(B) 8.74º 0.98% 0.98% -
XYZ 40.56 22.04 2.23 -
YUV 98.99 74.4 236.43 -
System Red Green Blue C M Y K H S L
Decimal 251 40 4 0 0.84 0.98 0.02 8.74 0.97 0.5
Hex FB 28 4 0 54 62 2 9 61 32
Octal 373 50 4 0 124 142 2 11 141 62
Binary 11111011 101000 100 0 1010100 1100010 10 1001 1100001 110010

Color Harmonies of #FB2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2804

Black with #FB2804

Text Example


Text Example

White with #FB2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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