Html Css Color HEX #FB1800 Scarlet

📋 copy color: '#FB1800'

red 251 ◦ green 24 ◦ blue 0

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

Shades of Scarlet #FB1800

Tints of Scarlet #FB1800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

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

R = 91.27%
G = 8.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB1800 (or 0xFB1800) is known color: Scarlet. HEX triplet: FB, 18 and 00. RGB value is (251,24,0). Sum of RGB (Red+Green+Blue) = 251+24+0=275 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1800 is #04E7FF. Grayscale: #595959. Windows color (decimal): -321536 or 6395. OLE color: 6395.

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

Color convert

RGB 251 24 0 -
CMYK 0 0.90 1 0.02
HSL 5.74º 1% 0.49% -
HSV(B) 5.74º 1% 0.98% -
XYZ 40.11 21.16 1.97 -
YUV 89.14 77.71 243.45 -
System Red Green Blue C M Y K H S L
Decimal 251 24 0 0 0.90 1 0.02 5.74 1 0.49
Hex FB 18 0 0 5A 64 2 6 64 31
Octal 373 30 0 0 132 144 2 6 144 61
Binary 11111011 11000 0 0 1011010 1100100 10 110 1100100 110001

Color Harmonies of #FB1800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1800

Black with #FB1800

Text Example


Text Example

White with #FB1800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1800; }

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

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

background-color css

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

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

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

border-color css

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

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

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