Html Css Color HEX #FB1A15 Scarlet

📋 copy color: '#FB1A15'

red 251 ◦ green 26 ◦ blue 21

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

Shades of Scarlet #FB1A15

Tints of Scarlet #FB1A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.72%

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 84.23%
G = 8.72%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB1A15 (or 0xFB1A15) is known color: Scarlet. HEX triplet: FB, 1A and 15. RGB value is (251,26,21). Sum of RGB (Red+Green+Blue) = 251+26+21=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1A15 is #04E5EA. Grayscale: #5C5C5C. Windows color (decimal): -321003 or 1383163. OLE color: 1383163.

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

Color convert

RGB 251 26 21 -
CMYK 0 0.90 0.92 0.02
HSL 1.3º 0.97% 0.53% -
HSV(B) 1.3º 0.92% 0.98% -
XYZ 40.29 21.3 2.7 -
YUV 92.71 87.54 240.91 -
System Red Green Blue C M Y K H S L
Decimal 251 26 21 0 0.90 0.92 0.02 1.3 0.97 0.53
Hex FB 1A 15 0 5A 5C 2 1 61 35
Octal 373 32 25 0 132 134 2 1 141 65
Binary 11111011 11010 10101 0 1011010 1011100 10 1 1100001 110101

Color Harmonies of #FB1A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A15

Black with #FB1A15

Text Example


Text Example

White with #FB1A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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