Html Css Color HEX #FB2710 Scarlet

📋 copy color: '#FB2710'

red 251 ◦ green 39 ◦ blue 16

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

Shades of Scarlet #FB2710

Tints of Scarlet #FB2710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 82.03%
G = 12.75%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB2710 (or 0xFB2710) is known color: Scarlet. HEX triplet: FB, 27 and 10. RGB value is (251,39,16). Sum of RGB (Red+Green+Blue) = 251+39+16=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2710 is #04D8EF. Grayscale: #646464. Windows color (decimal): -317680 or 1058811. OLE color: 1058811.

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

Color convert

RGB 251 39 16 -
CMYK 0 0.84 0.94 0.02
HSL 5.87º 0.97% 0.52% -
HSV(B) 5.87º 0.94% 0.98% -
XYZ 40.6 22 2.6 -
YUV 99.77 80.74 235.87 -
System Red Green Blue C M Y K H S L
Decimal 251 39 16 0 0.84 0.94 0.02 5.87 0.97 0.52
Hex FB 27 10 0 54 5E 2 6 61 34
Octal 373 47 20 0 124 136 2 6 141 64
Binary 11111011 100111 10000 0 1010100 1011110 10 110 1100001 110100

Color Harmonies of #FB2710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2710

Black with #FB2710

Text Example


Text Example

White with #FB2710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2710; }

 p { color: rgb(251,39,16); }

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

background-color css

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

 a { background-color: rgb(251,39,16); }

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

border-color css

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

 span { border-color: rgb(251,39,16); }

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