Html Css Color HEX #FE1F0E Scarlet

📋 copy color: '#FE1F0E'

red 254 ◦ green 31 ◦ blue 14

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

Shades of Scarlet #FE1F0E

Tints of Scarlet #FE1F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.37%

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 84.95%
G = 10.37%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE1F0E (or 0xFE1F0E) is known color: Scarlet. HEX triplet: FE, 1F and 0E. RGB value is (254,31,14). Sum of RGB (Red+Green+Blue) = 254+31+14=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F0E is #01E0F1. Grayscale: #606060. Windows color (decimal): -123122 or 925694. OLE color: 925694.

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

Color convert

RGB 254 31 14 -
CMYK 0 0.88 0.94 0.00
HSL 4.25º 0.99% 0.53% -
HSV(B) 4.25º 0.94% 1% -
XYZ 41.44 22.08 2.49 -
YUV 95.74 81.88 240.88 -
System Red Green Blue C M Y K H S L
Decimal 254 31 14 0 0.88 0.94 0.00 4.25 0.99 0.53
Hex FE 1F E 0 58 5E 0 4 63 35
Octal 376 37 16 0 130 136 0 4 143 65
Binary 11111110 11111 1110 0 1011000 1011110 0 100 1100011 110101

Color Harmonies of #FE1F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F0E

Black with #FE1F0E

Text Example


Text Example

White with #FE1F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F0E; }

 p { color: rgb(254,31,14); }

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

background-color css

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

 a { background-color: rgb(254,31,14); }

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

border-color css

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

 span { border-color: rgb(254,31,14); }

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