Html Css Color HEX #FB291C Scarlet

📋 copy color: '#FB291C'

red 251 ◦ green 41 ◦ blue 28

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

Shades of Scarlet #FB291C

Tints of Scarlet #FB291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 78.44%
G = 12.81%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB291C (or 0xFB291C) is known color: Scarlet. HEX triplet: FB, 29 and 1C. RGB value is (251,41,28). Sum of RGB (Red+Green+Blue) = 251+41+28=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB291C is #04D6E3. Grayscale: #666666. Windows color (decimal): -317156 or 1845755. OLE color: 1845755.

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

Color convert

RGB 251 41 28 -
CMYK 0 0.84 0.89 0.02
HSL 3.5º 0.97% 0.55% -
HSV(B) 3.5º 0.89% 0.98% -
XYZ 40.79 22.18 3.23 -
YUV 102.31 86.07 234.06 -
System Red Green Blue C M Y K H S L
Decimal 251 41 28 0 0.84 0.89 0.02 3.5 0.97 0.55
Hex FB 29 1C 0 54 59 2 3 61 37
Octal 373 51 34 0 124 131 2 3 141 67
Binary 11111011 101001 11100 0 1010100 1011001 10 11 1100001 110111

Color Harmonies of #FB291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB291C

Black with #FB291C

Text Example


Text Example

White with #FB291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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