Html Css Color HEX #FB2512 Scarlet

📋 copy color: '#FB2512'

red 251 ◦ green 37 ◦ blue 18

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

Shades of Scarlet #FB2512

Tints of Scarlet #FB2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 82.03%
G = 12.09%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB2512 (or 0xFB2512) is known color: Scarlet. HEX triplet: FB, 25 and 12. RGB value is (251,37,18). Sum of RGB (Red+Green+Blue) = 251+37+18=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2512 is #04DAED. Grayscale: #636363. Windows color (decimal): -318190 or 1189371. OLE color: 1189371.

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

Color convert

RGB 251 37 18 -
CMYK 0 0.85 0.93 0.02
HSL 4.89º 0.97% 0.53% -
HSV(B) 4.89º 0.93% 0.98% -
XYZ 40.55 21.88 2.66 -
YUV 98.82 82.4 236.54 -
System Red Green Blue C M Y K H S L
Decimal 251 37 18 0 0.85 0.93 0.02 4.89 0.97 0.53
Hex FB 25 12 0 55 5D 2 5 61 35
Octal 373 45 22 0 125 135 2 5 141 65
Binary 11111011 100101 10010 0 1010101 1011101 10 101 1100001 110101

Color Harmonies of #FB2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2512

Black with #FB2512

Text Example


Text Example

White with #FB2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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