Html Css Color HEX #FB2900 Scarlet

📋 copy color: '#FB2900'

red 251 ◦ green 41 ◦ blue 0

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

Shades of Scarlet #FB2900

Tints of Scarlet #FB2900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 85.96%
G = 14.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB2900 (or 0xFB2900) is known color: Scarlet. HEX triplet: FB, 29 and 00. RGB value is (251,41,0). Sum of RGB (Red+Green+Blue) = 251+41+0=292 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.96% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2900 is #04D6FF. Grayscale: #636363. Windows color (decimal): -317184 or 10747. OLE color: 10747.

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

Color convert

RGB 251 41 0 -
CMYK 0 0.84 1 0.02
HSL 9.8º 1% 0.49% -
HSV(B) 9.8º 1% 0.98% -
XYZ 40.58 22.1 2.13 -
YUV 99.12 72.07 236.33 -
System Red Green Blue C M Y K H S L
Decimal 251 41 0 0 0.84 1 0.02 9.8 1 0.49
Hex FB 29 0 0 54 64 2 A 64 31
Octal 373 51 0 0 124 144 2 12 144 61
Binary 11111011 101001 0 0 1010100 1100100 10 1010 1100100 110001

Color Harmonies of #FB2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2900

Black with #FB2900

Text Example


Text Example

White with #FB2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2900; }

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

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

background-color css

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

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

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

border-color css

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

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

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