Html Css Color HEX #FE2B1C Scarlet

📋 copy color: '#FE2B1C'

red 254 ◦ green 43 ◦ blue 28

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

Shades of Scarlet #FE2B1C

Tints of Scarlet #FE2B1C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.23%

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

R = 78.15%
G = 13.23%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE2B1C (or 0xFE2B1C) is known color: Scarlet. HEX triplet: FE, 2B and 1C. RGB value is (254,43,28). Sum of RGB (Red+Green+Blue) = 254+43+28=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B1C is #01D4E3. Grayscale: #686868. Windows color (decimal): -120036 or 1846270. OLE color: 1846270.

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

Color convert

RGB 254 43 28 -
CMYK 0 0.83 0.89 0.00
HSL 3.98º 0.99% 0.55% -
HSV(B) 3.98º 0.89% 1% -
XYZ 41.95 22.88 3.3 -
YUV 104.38 84.9 234.72 -
System Red Green Blue C M Y K H S L
Decimal 254 43 28 0 0.83 0.89 0.00 3.98 0.99 0.55
Hex FE 2B 1C 0 53 59 0 4 63 37
Octal 376 53 34 0 123 131 0 4 143 67
Binary 11111110 101011 11100 0 1010011 1011001 0 100 1100011 110111

Color Harmonies of #FE2B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B1C

Black with #FE2B1C

Text Example


Text Example

White with #FE2B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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