Html Css Color HEX #FE1A0C Scarlet

📋 copy color: '#FE1A0C'

red 254 ◦ green 26 ◦ blue 12

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

Shades of Scarlet #FE1A0C

Tints of Scarlet #FE1A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.9%

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 86.99%
G = 8.9%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE1A0C (or 0xFE1A0C) is known color: Scarlet. HEX triplet: FE, 1A and 0C. RGB value is (254,26,12). Sum of RGB (Red+Green+Blue) = 254+26+12=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1A0C is #01E5F3. Grayscale: #5C5C5C. Windows color (decimal): -124404 or 793342. OLE color: 793342.

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

Color convert

RGB 254 26 12 -
CMYK 0 0.90 0.95 0.00
HSL 3.47º 0.99% 0.52% -
HSV(B) 3.47º 0.95% 1% -
XYZ 41.31 21.84 2.39 -
YUV 92.58 82.54 243.14 -
System Red Green Blue C M Y K H S L
Decimal 254 26 12 0 0.90 0.95 0.00 3.47 0.99 0.52
Hex FE 1A C 0 5A 5F 0 3 63 34
Octal 376 32 14 0 132 137 0 3 143 64
Binary 11111110 11010 1100 0 1011010 1011111 0 11 1100011 110100

Color Harmonies of #FE1A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1A0C

Black with #FE1A0C

Text Example


Text Example

White with #FE1A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1A0C; }

 p { color: rgb(254,26,12); }

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

background-color css

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

 a { background-color: rgb(254,26,12); }

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

border-color css

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

 span { border-color: rgb(254,26,12); }

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