Html Css Color HEX #FE261B Scarlet

📋 copy color: '#FE261B'

red 254 ◦ green 38 ◦ blue 27

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

Shades of Scarlet #FE261B

Tints of Scarlet #FE261B

RGB

 RED value IS 254 (99.61% from 255) = 79.62%

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

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

R = 79.62%
G = 11.91%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE261B (or 0xFE261B) is known color: Scarlet. HEX triplet: FE, 26 and 1B. RGB value is (254,38,27). Sum of RGB (Red+Green+Blue) = 254+38+27=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE261B is #01D9E4. Grayscale: #656565. Windows color (decimal): -121317 or 1779454. OLE color: 1779454.

HSL color Cylindrical-coordinate representation of color #FE261B: hue angle of 2.91º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE261B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 38 27 -
CMYK 0 0.85 0.89 0.00
HSL 2.91º 0.99% 0.55% -
HSV(B) 2.91º 0.89% 1% -
XYZ 41.76 22.54 3.19 -
YUV 101.33 86.06 236.89 -
System Red Green Blue C M Y K H S L
Decimal 254 38 27 0 0.85 0.89 0.00 2.91 0.99 0.55
Hex FE 26 1B 0 55 59 0 3 63 37
Octal 376 46 33 0 125 131 0 3 143 67
Binary 11111110 100110 11011 0 1010101 1011001 0 11 1100011 110111

Color Harmonies of #FE261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE261B

Black with #FE261B

Text Example


Text Example

White with #FE261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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