Html Css Color HEX #FB2420 Scarlet

📋 copy color: '#FB2420'

red 251 ◦ green 36 ◦ blue 32

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

Shades of Scarlet #FB2420

Tints of Scarlet #FB2420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 78.68%
G = 11.29%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB2420 (or 0xFB2420) is known color: Scarlet. HEX triplet: FB, 24 and 20. RGB value is (251,36,32). Sum of RGB (Red+Green+Blue) = 251+36+32=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2420 is #04DBDF. Grayscale: #646464. Windows color (decimal): -318432 or 2106619. OLE color: 2106619.

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

Color convert

RGB 251 36 32 -
CMYK 0 0.86 0.87 0.02
HSL 1.1º 0.96% 0.55% -
HSV(B) 1.1º 0.87% 0.98% -
XYZ 40.68 21.88 3.45 -
YUV 99.83 89.73 235.83 -
System Red Green Blue C M Y K H S L
Decimal 251 36 32 0 0.86 0.87 0.02 1.1 0.96 0.55
Hex FB 24 20 0 56 57 2 1 60 37
Octal 373 44 40 0 126 127 2 1 140 67
Binary 11111011 100100 100000 0 1010110 1010111 10 1 1100000 110111

Color Harmonies of #FB2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2420

Black with #FB2420

Text Example


Text Example

White with #FB2420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2420; }

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

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

background-color css

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

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

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

border-color css

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

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

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