Html Css Color HEX #FB291A Scarlet

📋 copy color: '#FB291A'

red 251 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #FB291A

Tints of Scarlet #FB291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.18%

R = 78.93%
G = 12.89%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB291A (or 0xFB291A) is known color: Scarlet. HEX triplet: FB, 29 and 1A. RGB value is (251,41,26). Sum of RGB (Red+Green+Blue) = 251+41+26=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB291A is #04D6E5. Grayscale: #666666. Windows color (decimal): -317158 or 1714683. OLE color: 1714683.

HSL color Cylindrical-coordinate representation of color #FB291A: hue angle of 4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB291A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 41 26 -
CMYK 0 0.84 0.90 0.02
HSL 0.97% 0.54% -
HSV(B) 0.9% 0.98% -
XYZ 40.76 22.17 3.11 -
YUV 102.08 85.07 234.22 -
System Red Green Blue C M Y K H S L
Decimal 251 41 26 0 0.84 0.90 0.02 4 0.97 0.54
Hex FB 29 1A 0 54 5A 2 4 61 36
Octal 373 51 32 0 124 132 2 4 141 66
Binary 11111011 101001 11010 0 1010100 1011010 10 100 1100001 110110

Color Harmonies of #FB291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB291A

Black with #FB291A

Text Example


Text Example

White with #FB291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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