Html Css Color HEX #FB2C11 Scarlet

📋 copy color: '#FB2C11'

red 251 ◦ green 44 ◦ blue 17

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

Shades of Scarlet #FB2C11

Tints of Scarlet #FB2C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 80.45%
G = 14.1%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB2C11 (or 0xFB2C11) is known color: Scarlet. HEX triplet: FB, 2C and 11. RGB value is (251,44,17). Sum of RGB (Red+Green+Blue) = 251+44+17=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2C11 is #04D3EE. Grayscale: #676767. Windows color (decimal): -316399 or 1125627. OLE color: 1125627.

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

Color convert

RGB 251 44 17 -
CMYK 0 0.82 0.93 0.02
HSL 6.92º 0.97% 0.53% -
HSV(B) 6.92º 0.93% 0.98% -
XYZ 40.79 22.35 2.69 -
YUV 102.82 79.58 233.7 -
System Red Green Blue C M Y K H S L
Decimal 251 44 17 0 0.82 0.93 0.02 6.92 0.97 0.53
Hex FB 2C 11 0 52 5D 2 7 61 35
Octal 373 54 21 0 122 135 2 7 141 65
Binary 11111011 101100 10001 0 1010010 1011101 10 111 1100001 110101

Color Harmonies of #FB2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2C11

Black with #FB2C11

Text Example


Text Example

White with #FB2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2C11; }

 p { color: rgb(251,44,17); }

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

background-color css

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

 a { background-color: rgb(251,44,17); }

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

border-color css

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

 span { border-color: rgb(251,44,17); }

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