Html Css Color HEX #FB2A11 Scarlet

📋 copy color: '#FB2A11'

red 251 ◦ green 42 ◦ blue 17

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

Shades of Scarlet #FB2A11

Tints of Scarlet #FB2A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

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

R = 80.97%
G = 13.55%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB2A11 (or 0xFB2A11) is known color: Scarlet. HEX triplet: FB, 2A and 11. RGB value is (251,42,17). Sum of RGB (Red+Green+Blue) = 251+42+17=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2A11 is #04D5EE. Grayscale: #656565. Windows color (decimal): -316911 or 1125115. OLE color: 1125115.

HSL color Cylindrical-coordinate representation of color #FB2A11: hue angle of 6.41º 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 #FB2A11 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 42 17 -
CMYK 0 0.83 0.93 0.02
HSL 6.41º 0.97% 0.53% -
HSV(B) 6.41º 0.93% 0.98% -
XYZ 40.71 22.21 2.67 -
YUV 101.64 80.24 234.53 -
System Red Green Blue C M Y K H S L
Decimal 251 42 17 0 0.83 0.93 0.02 6.41 0.97 0.53
Hex FB 2A 11 0 53 5D 2 6 61 35
Octal 373 52 21 0 123 135 2 6 141 65
Binary 11111011 101010 10001 0 1010011 1011101 10 110 1100001 110101

Color Harmonies of #FB2A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A11

Black with #FB2A11

Text Example


Text Example

White with #FB2A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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