Html Css Color HEX #FB210F Scarlet

📋 copy color: '#FB210F'

red 251 ◦ green 33 ◦ blue 15

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

Shades of Scarlet #FB210F

Tints of Scarlet #FB210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 83.95%
G = 11.04%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB210F (or 0xFB210F) is known color: Scarlet. HEX triplet: FB, 21 and 0F. RGB value is (251,33,15). Sum of RGB (Red+Green+Blue) = 251+33+15=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB210F is #04DEF0. Grayscale: #606060. Windows color (decimal): -319217 or 991739. OLE color: 991739.

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

Color convert

RGB 251 33 15 -
CMYK 0 0.87 0.94 0.02
HSL 4.58º 0.97% 0.52% -
HSV(B) 4.58º 0.94% 0.98% -
XYZ 40.41 21.63 2.5 -
YUV 96.13 82.22 238.46 -
System Red Green Blue C M Y K H S L
Decimal 251 33 15 0 0.87 0.94 0.02 4.58 0.97 0.52
Hex FB 21 F 0 57 5E 2 5 61 34
Octal 373 41 17 0 127 136 2 5 141 64
Binary 11111011 100001 1111 0 1010111 1011110 10 101 1100001 110100

Color Harmonies of #FB210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB210F

Black with #FB210F

Text Example


Text Example

White with #FB210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB210F; }

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

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

background-color css

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

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

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

border-color css

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

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

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