Html Css Color HEX #FB2212 Scarlet

📋 copy color: '#FB2212'

red 251 ◦ green 34 ◦ blue 18

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

Shades of Scarlet #FB2212

Tints of Scarlet #FB2212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

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

R = 82.84%
G = 11.22%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB2212 (or 0xFB2212) is known color: Scarlet. HEX triplet: FB, 22 and 12. RGB value is (251,34,18). Sum of RGB (Red+Green+Blue) = 251+34+18=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2212 is #04DDED. Grayscale: #616161. Windows color (decimal): -318958 or 1188603. OLE color: 1188603.

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

Color convert

RGB 251 34 18 -
CMYK 0 0.86 0.93 0.02
HSL 4.12º 0.97% 0.53% -
HSV(B) 4.12º 0.93% 0.98% -
XYZ 40.46 21.7 2.63 -
YUV 97.06 83.39 237.8 -
System Red Green Blue C M Y K H S L
Decimal 251 34 18 0 0.86 0.93 0.02 4.12 0.97 0.53
Hex FB 22 12 0 56 5D 2 4 61 35
Octal 373 42 22 0 126 135 2 4 141 65
Binary 11111011 100010 10010 0 1010110 1011101 10 100 1100001 110101

Color Harmonies of #FB2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2212

Black with #FB2212

Text Example


Text Example

White with #FB2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2212; }

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

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

background-color css

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

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

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

border-color css

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

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

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