Html Css Color HEX #FB2500 Scarlet

📋 copy color: '#FB2500'

red 251 ◦ green 37 ◦ blue 0

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

Shades of Scarlet #FB2500

Tints of Scarlet #FB2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

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

R = 87.15%
G = 12.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB2500 (or 0xFB2500) is known color: Scarlet. HEX triplet: FB, 25 and 00. RGB value is (251,37,0). Sum of RGB (Red+Green+Blue) = 251+37+0=288 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.15% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2500 is #04DAFF. Grayscale: #616161. Windows color (decimal): -318208 or 9723. OLE color: 9723.

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

Color convert

RGB 251 37 0 -
CMYK 0 0.85 1 0.02
HSL 8.84º 1% 0.49% -
HSV(B) 8.84º 1% 0.98% -
XYZ 40.45 21.83 2.08 -
YUV 96.77 73.4 238.01 -
System Red Green Blue C M Y K H S L
Decimal 251 37 0 0 0.85 1 0.02 8.84 1 0.49
Hex FB 25 0 0 55 64 2 9 64 31
Octal 373 45 0 0 125 144 2 11 144 61
Binary 11111011 100101 0 0 1010101 1100100 10 1001 1100100 110001

Color Harmonies of #FB2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2500

Black with #FB2500

Text Example


Text Example

White with #FB2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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