Html Css Color HEX #FB2910 Scarlet

📋 copy color: '#FB2910'

red 251 ◦ green 41 ◦ blue 16

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

Shades of Scarlet #FB2910

Tints of Scarlet #FB2910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 81.49%
G = 13.31%
B = 5.19%

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

#FB2910 (or 0xFB2910) is known color: Scarlet. HEX triplet: FB, 29 and 10. RGB value is (251,41,16). Sum of RGB (Red+Green+Blue) = 251+41+16=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2910 is #04D6EF. Grayscale: #656565. Windows color (decimal): -317168 or 1059323. OLE color: 1059323.

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

Color convert

RGB 251 41 16 -
CMYK 0 0.84 0.94 0.02
HSL 6.38º 0.97% 0.52% -
HSV(B) 6.38º 0.94% 0.98% -
XYZ 40.67 22.13 2.62 -
YUV 100.94 80.07 235.03 -
System Red Green Blue C M Y K H S L
Decimal 251 41 16 0 0.84 0.94 0.02 6.38 0.97 0.52
Hex FB 29 10 0 54 5E 2 6 61 34
Octal 373 51 20 0 124 136 2 6 141 64
Binary 11111011 101001 10000 0 1010100 1011110 10 110 1100001 110100

Color Harmonies of #FB2910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2910

Black with #FB2910

Text Example


Text Example

White with #FB2910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2910; }

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

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

background-color css

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

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

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

border-color css

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

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

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