Html Css Color HEX #FE2C1C Scarlet

📋 copy color: '#FE2C1C'

red 254 ◦ green 44 ◦ blue 28

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

Shades of Scarlet #FE2C1C

Tints of Scarlet #FE2C1C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.5%

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

R = 77.91%
G = 13.5%
B = 8.59%

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

#FE2C1C (or 0xFE2C1C) is known color: Scarlet. HEX triplet: FE, 2C and 1C. RGB value is (254,44,28). Sum of RGB (Red+Green+Blue) = 254+44+28=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2C1C is #01D3E3. Grayscale: #696969. Windows color (decimal): -119780 or 1846526. OLE color: 1846526.

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

Color convert

RGB 254 44 28 -
CMYK 0 0.83 0.89 0.00
HSL 4.25º 0.99% 0.55% -
HSV(B) 4.25º 0.89% 1% -
XYZ 41.98 22.96 3.32 -
YUV 104.97 84.57 234.3 -
System Red Green Blue C M Y K H S L
Decimal 254 44 28 0 0.83 0.89 0.00 4.25 0.99 0.55
Hex FE 2C 1C 0 53 59 0 4 63 37
Octal 376 54 34 0 123 131 0 4 143 67
Binary 11111110 101100 11100 0 1010011 1011001 0 100 1100011 110111

Color Harmonies of #FE2C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2C1C

Black with #FE2C1C

Text Example


Text Example

White with #FE2C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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