Html Css Color HEX #FE1C0D Scarlet

📋 copy color: '#FE1C0D'

red 254 ◦ green 28 ◦ blue 13

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

Shades of Scarlet #FE1C0D

Tints of Scarlet #FE1C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 86.1%
G = 9.49%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE1C0D (or 0xFE1C0D) is known color: Scarlet. HEX triplet: FE, 1C and 0D. RGB value is (254,28,13). Sum of RGB (Red+Green+Blue) = 254+28+13=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1C0D is #01E3F2. Grayscale: #5E5E5E. Windows color (decimal): -123891 or 859390. OLE color: 859390.

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

Color convert

RGB 254 28 13 -
CMYK 0 0.89 0.95 0.00
HSL 3.73º 0.99% 0.52% -
HSV(B) 3.73º 0.95% 1% -
XYZ 41.36 21.93 2.43 -
YUV 93.86 82.37 242.22 -
System Red Green Blue C M Y K H S L
Decimal 254 28 13 0 0.89 0.95 0.00 3.73 0.99 0.52
Hex FE 1C D 0 59 5F 0 4 63 34
Octal 376 34 15 0 131 137 0 4 143 64
Binary 11111110 11100 1101 0 1011001 1011111 0 100 1100011 110100

Color Harmonies of #FE1C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C0D

Black with #FE1C0D

Text Example


Text Example

White with #FE1C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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