Html Css Color HEX #FB2013 Scarlet

📋 copy color: '#FB2013'

red 251 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #FB2013

Tints of Scarlet #FB2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 19 (7.81% from 255) = 6.29%

R = 83.11%
G = 10.6%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB2013 (or 0xFB2013) is known color: Scarlet. HEX triplet: FB, 20 and 13. RGB value is (251,32,19). Sum of RGB (Red+Green+Blue) = 251+32+19=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2013 is #04DFEC. Grayscale: #606060. Windows color (decimal): -319469 or 1253627. OLE color: 1253627.

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

Color convert

RGB 251 32 19 -
CMYK 0 0.87 0.92 0.02
HSL 3.36º 0.97% 0.53% -
HSV(B) 3.36º 0.92% 0.98% -
XYZ 40.42 21.59 2.65 -
YUV 96 84.55 238.56 -
System Red Green Blue C M Y K H S L
Decimal 251 32 19 0 0.87 0.92 0.02 3.36 0.97 0.53
Hex FB 20 13 0 57 5C 2 3 61 35
Octal 373 40 23 0 127 134 2 3 141 65
Binary 11111011 100000 10011 0 1010111 1011100 10 11 1100001 110101

Color Harmonies of #FB2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2013

Black with #FB2013

Text Example


Text Example

White with #FB2013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2013; }

 p { color: rgb(251,32,19); }

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

background-color css

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

 a { background-color: rgb(251,32,19); }

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

border-color css

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

 span { border-color: rgb(251,32,19); }

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