Html Css Color HEX #FB221D Scarlet

📋 copy color: '#FB221D'

red 251 ◦ green 34 ◦ blue 29

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

Shades of Scarlet #FB221D

Tints of Scarlet #FB221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 79.94%
G = 10.83%
B = 9.24%

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

#FB221D (or 0xFB221D) is known color: Scarlet. HEX triplet: FB, 22 and 1D. RGB value is (251,34,29). Sum of RGB (Red+Green+Blue) = 251+34+29=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB221D is #04DDE2. Grayscale: #626262. Windows color (decimal): -318947 or 1909499. OLE color: 1909499.

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

Color convert

RGB 251 34 29 -
CMYK 0 0.86 0.88 0.02
HSL 1.35º 0.97% 0.55% -
HSV(B) 1.35º 0.88% 0.98% -
XYZ 40.58 21.74 3.22 -
YUV 98.31 88.89 236.91 -
System Red Green Blue C M Y K H S L
Decimal 251 34 29 0 0.86 0.88 0.02 1.35 0.97 0.55
Hex FB 22 1D 0 56 58 2 1 61 37
Octal 373 42 35 0 126 130 2 1 141 67
Binary 11111011 100010 11101 0 1010110 1011000 10 1 1100001 110111

Color Harmonies of #FB221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB221D

Black with #FB221D

Text Example


Text Example

White with #FB221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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