Html Css Color HEX #FB221E Scarlet

📋 copy color: '#FB221E'

red 251 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #FB221E

Tints of Scarlet #FB221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 79.68%
G = 10.79%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB221E (or 0xFB221E) is known color: Scarlet. HEX triplet: FB, 22 and 1E. RGB value is (251,34,30). Sum of RGB (Red+Green+Blue) = 251+34+30=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB221E is #04DDE1. Grayscale: #626262. Windows color (decimal): -318946 or 1975035. OLE color: 1975035.

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

Color convert

RGB 251 34 30 -
CMYK 0 0.86 0.88 0.02
HSL 1.09º 0.97% 0.55% -
HSV(B) 1.09º 0.88% 0.98% -
XYZ 40.59 21.75 3.29 -
YUV 98.43 89.39 236.83 -
System Red Green Blue C M Y K H S L
Decimal 251 34 30 0 0.86 0.88 0.02 1.09 0.97 0.55
Hex FB 22 1E 0 56 58 2 1 61 37
Octal 373 42 36 0 126 130 2 1 141 67
Binary 11111011 100010 11110 0 1010110 1011000 10 1 1100001 110111

Color Harmonies of #FB221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB221E

Black with #FB221E

Text Example


Text Example

White with #FB221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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