Html Css Color HEX #FB1E00 Scarlet

📋 copy color: '#FB1E00'

red 251 ◦ green 30 ◦ blue 0

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

Shades of Scarlet #FB1E00

Tints of Scarlet #FB1E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

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

R = 89.32%
G = 10.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB1E00 (or 0xFB1E00) is known color: Scarlet. HEX triplet: FB, 1E and 00. RGB value is (251,30,0). Sum of RGB (Red+Green+Blue) = 251+30+0=281 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.32% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1E00 is #04E1FF. Grayscale: #5D5D5D. Windows color (decimal): -320000 or 7931. OLE color: 7931.

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

Color convert

RGB 251 30 0 -
CMYK 0 0.88 1 0.02
HSL 7.17º 1% 0.49% -
HSV(B) 7.17º 1% 0.98% -
XYZ 40.25 21.44 2.02 -
YUV 92.66 75.72 240.94 -
System Red Green Blue C M Y K H S L
Decimal 251 30 0 0 0.88 1 0.02 7.17 1 0.49
Hex FB 1E 0 0 58 64 2 7 64 31
Octal 373 36 0 0 130 144 2 7 144 61
Binary 11111011 11110 0 0 1011000 1100100 10 111 1100100 110001

Color Harmonies of #FB1E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1E00

Black with #FB1E00

Text Example


Text Example

White with #FB1E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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