Html Css Color HEX #FB2912 Scarlet

📋 copy color: '#FB2912'

red 251 ◦ green 41 ◦ blue 18

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

Shades of Scarlet #FB2912

Tints of Scarlet #FB2912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 80.97%
G = 13.23%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB2912 (or 0xFB2912) is known color: Scarlet. HEX triplet: FB, 29 and 12. RGB value is (251,41,18). Sum of RGB (Red+Green+Blue) = 251+41+18=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2912 is #04D6ED. Grayscale: #656565. Windows color (decimal): -317166 or 1190395. OLE color: 1190395.

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

Color convert

RGB 251 41 18 -
CMYK 0 0.84 0.93 0.02
HSL 5.92º 0.97% 0.53% -
HSV(B) 5.92º 0.93% 0.98% -
XYZ 40.69 22.14 2.7 -
YUV 101.17 81.07 234.87 -
System Red Green Blue C M Y K H S L
Decimal 251 41 18 0 0.84 0.93 0.02 5.92 0.97 0.53
Hex FB 29 12 0 54 5D 2 6 61 35
Octal 373 51 22 0 124 135 2 6 141 65
Binary 11111011 101001 10010 0 1010100 1011101 10 110 1100001 110101

Color Harmonies of #FB2912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2912

Black with #FB2912

Text Example


Text Example

White with #FB2912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2912; }

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

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

background-color css

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

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

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

border-color css

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

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

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