Html Css Color HEX #FB1C17 Scarlet

📋 copy color: '#FB1C17'

red 251 ◦ green 28 ◦ blue 23

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

Shades of Scarlet #FB1C17

Tints of Scarlet #FB1C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

 BLUE value IS 23 (9.38% from 255) = 7.62%

R = 83.11%
G = 9.27%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FB1C17 (or 0xFB1C17) is known color: Scarlet. HEX triplet: FB, 1C and 17. RGB value is (251,28,23). Sum of RGB (Red+Green+Blue) = 251+28+23=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C17 is #04E3E8. Grayscale: #5E5E5E. Windows color (decimal): -320489 or 1514747. OLE color: 1514747.

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

Color convert

RGB 251 28 23 -
CMYK 0 0.89 0.91 0.02
HSL 1.32º 0.97% 0.54% -
HSV(B) 1.32º 0.91% 0.98% -
XYZ 40.35 21.4 2.81 -
YUV 94.11 87.88 239.91 -
System Red Green Blue C M Y K H S L
Decimal 251 28 23 0 0.89 0.91 0.02 1.32 0.97 0.54
Hex FB 1C 17 0 59 5B 2 1 61 36
Octal 373 34 27 0 131 133 2 1 141 66
Binary 11111011 11100 10111 0 1011001 1011011 10 1 1100001 110110

Color Harmonies of #FB1C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C17

Black with #FB1C17

Text Example


Text Example

White with #FB1C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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