Html Css Color HEX #FB271B Scarlet

📋 copy color: '#FB271B'

red 251 ◦ green 39 ◦ blue 27

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

Shades of Scarlet #FB271B

Tints of Scarlet #FB271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 79.18%
G = 12.3%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB271B (or 0xFB271B) is known color: Scarlet. HEX triplet: FB, 27 and 1B. RGB value is (251,39,27). Sum of RGB (Red+Green+Blue) = 251+39+27=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB271B is #04D8E4. Grayscale: #656565. Windows color (decimal): -317669 or 1779707. OLE color: 1779707.

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

Color convert

RGB 251 39 27 -
CMYK 0 0.84 0.89 0.02
HSL 3.21º 0.97% 0.55% -
HSV(B) 3.21º 0.89% 0.98% -
XYZ 40.71 22.04 3.15 -
YUV 101.02 86.24 234.98 -
System Red Green Blue C M Y K H S L
Decimal 251 39 27 0 0.84 0.89 0.02 3.21 0.97 0.55
Hex FB 27 1B 0 54 59 2 3 61 37
Octal 373 47 33 0 124 131 2 3 141 67
Binary 11111011 100111 11011 0 1010100 1011001 10 11 1100001 110111

Color Harmonies of #FB271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB271B

Black with #FB271B

Text Example


Text Example

White with #FB271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB271B; }

 p { color: rgb(251,39,27); }

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

background-color css

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

 a { background-color: rgb(251,39,27); }

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

border-color css

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

 span { border-color: rgb(251,39,27); }

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