Html Css Color HEX #FB220D Scarlet

📋 copy color: '#FB220D'

red 251 ◦ green 34 ◦ blue 13

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

Shades of Scarlet #FB220D

Tints of Scarlet #FB220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 84.23%
G = 11.41%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB220D (or 0xFB220D) is known color: Scarlet. HEX triplet: FB, 22 and 0D. RGB value is (251,34,13). Sum of RGB (Red+Green+Blue) = 251+34+13=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB220D is #04DDF2. Grayscale: #606060. Windows color (decimal): -318963 or 860923. OLE color: 860923.

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

Color convert

RGB 251 34 13 -
CMYK 0 0.86 0.95 0.02
HSL 5.29º 0.97% 0.52% -
HSV(B) 5.29º 0.95% 0.98% -
XYZ 40.43 21.68 2.44 -
YUV 96.49 80.89 238.21 -
System Red Green Blue C M Y K H S L
Decimal 251 34 13 0 0.86 0.95 0.02 5.29 0.97 0.52
Hex FB 22 D 0 56 5F 2 5 61 34
Octal 373 42 15 0 126 137 2 5 141 64
Binary 11111011 100010 1101 0 1010110 1011111 10 101 1100001 110100

Color Harmonies of #FB220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB220D

Black with #FB220D

Text Example


Text Example

White with #FB220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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