Html Css Color HEX #FB261B Scarlet

📋 copy color: '#FB261B'

red 251 ◦ green 38 ◦ blue 27

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

Shades of Scarlet #FB261B

Tints of Scarlet #FB261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

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

R = 79.43%
G = 12.03%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB261B (or 0xFB261B) is known color: Scarlet. HEX triplet: FB, 26 and 1B. RGB value is (251,38,27). Sum of RGB (Red+Green+Blue) = 251+38+27=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB261B is #04D9E4. Grayscale: #646464. Windows color (decimal): -317925 or 1779451. OLE color: 1779451.

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

Color convert

RGB 251 38 27 -
CMYK 0 0.85 0.89 0.02
HSL 2.95º 0.97% 0.55% -
HSV(B) 2.95º 0.89% 0.98% -
XYZ 40.67 21.97 3.13 -
YUV 100.43 86.57 235.39 -
System Red Green Blue C M Y K H S L
Decimal 251 38 27 0 0.85 0.89 0.02 2.95 0.97 0.55
Hex FB 26 1B 0 55 59 2 3 61 37
Octal 373 46 33 0 125 131 2 3 141 67
Binary 11111011 100110 11011 0 1010101 1011001 10 11 1100001 110111

Color Harmonies of #FB261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB261B

Black with #FB261B

Text Example


Text Example

White with #FB261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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