Html Css Color HEX #FE1C12 Scarlet

📋 copy color: '#FE1C12'

red 254 ◦ green 28 ◦ blue 18

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

Shades of Scarlet #FE1C12

Tints of Scarlet #FE1C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.33%

 BLUE value IS 18 (7.42% from 255) = 6%

R = 84.67%
G = 9.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE1C12 (or 0xFE1C12) is known color: Scarlet. HEX triplet: FE, 1C and 12. RGB value is (254,28,18). Sum of RGB (Red+Green+Blue) = 254+28+18=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1C12 is #01E3ED. Grayscale: #5E5E5E. Windows color (decimal): -123886 or 1187070. OLE color: 1187070.

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

Color convert

RGB 254 28 18 -
CMYK 0 0.89 0.93 0.00
HSL 2.54º 0.99% 0.53% -
HSV(B) 2.54º 0.93% 1% -
XYZ 41.4 21.95 2.63 -
YUV 94.43 84.87 241.81 -
System Red Green Blue C M Y K H S L
Decimal 254 28 18 0 0.89 0.93 0.00 2.54 0.99 0.53
Hex FE 1C 12 0 59 5D 0 3 63 35
Octal 376 34 22 0 131 135 0 3 143 65
Binary 11111110 11100 10010 0 1011001 1011101 0 11 1100011 110101

Color Harmonies of #FE1C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C12

Black with #FE1C12

Text Example


Text Example

White with #FE1C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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