Html Css Color HEX #FB210D Scarlet

📋 copy color: '#FB210D'

red 251 ◦ green 33 ◦ blue 13

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

Shades of Scarlet #FB210D

Tints of Scarlet #FB210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 84.51%
G = 11.11%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB210D (or 0xFB210D) is known color: Scarlet. HEX triplet: FB, 21 and 0D. RGB value is (251,33,13). Sum of RGB (Red+Green+Blue) = 251+33+13=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB210D is #04DEF2. Grayscale: #606060. Windows color (decimal): -319219 or 860667. OLE color: 860667.

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

Color convert

RGB 251 33 13 -
CMYK 0 0.87 0.95 0.02
HSL 5.04º 0.97% 0.52% -
HSV(B) 5.04º 0.95% 0.98% -
XYZ 40.4 21.63 2.43 -
YUV 95.9 81.22 238.63 -
System Red Green Blue C M Y K H S L
Decimal 251 33 13 0 0.87 0.95 0.02 5.04 0.97 0.52
Hex FB 21 D 0 57 5F 2 5 61 34
Octal 373 41 15 0 127 137 2 5 141 64
Binary 11111011 100001 1101 0 1010111 1011111 10 101 1100001 110100

Color Harmonies of #FB210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB210D

Black with #FB210D

Text Example


Text Example

White with #FB210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB210D; }

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

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

background-color css

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

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

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

border-color css

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

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

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