Html Css Color HEX #FE261C Scarlet

📋 copy color: '#FE261C'

red 254 ◦ green 38 ◦ blue 28

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

Shades of Scarlet #FE261C

Tints of Scarlet #FE261C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 79.38%
G = 11.88%
B = 8.75%

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

#FE261C (or 0xFE261C) is known color: Scarlet. HEX triplet: FE, 26 and 1C. RGB value is (254,38,28). Sum of RGB (Red+Green+Blue) = 254+38+28=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE261C is #01D9E3. Grayscale: #656565. Windows color (decimal): -121316 or 1844990. OLE color: 1844990.

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

Color convert

RGB 254 38 28 -
CMYK 0 0.85 0.89 0.00
HSL 2.65º 0.99% 0.55% -
HSV(B) 2.65º 0.89% 1% -
XYZ 41.78 22.54 3.25 -
YUV 101.44 86.56 236.81 -
System Red Green Blue C M Y K H S L
Decimal 254 38 28 0 0.85 0.89 0.00 2.65 0.99 0.55
Hex FE 26 1C 0 55 59 0 3 63 37
Octal 376 46 34 0 125 131 0 3 143 67
Binary 11111110 100110 11100 0 1010101 1011001 0 11 1100011 110111

Color Harmonies of #FE261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE261C

Black with #FE261C

Text Example


Text Example

White with #FE261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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