Html Css Color HEX #FE1F0C Scarlet

📋 copy color: '#FE1F0C'

red 254 ◦ green 31 ◦ blue 12

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

Shades of Scarlet #FE1F0C

Tints of Scarlet #FE1F0C

RGB

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

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

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

R = 85.52%
G = 10.44%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE1F0C (or 0xFE1F0C) is known color: Scarlet. HEX triplet: FE, 1F and 0C. RGB value is (254,31,12). Sum of RGB (Red+Green+Blue) = 254+31+12=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F0C is #01E0F3. Grayscale: #5F5F5F. Windows color (decimal): -123124 or 794622. OLE color: 794622.

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

Color convert

RGB 254 31 12 -
CMYK 0 0.88 0.95 0.00
HSL 4.71º 0.99% 0.52% -
HSV(B) 4.71º 0.95% 1% -
XYZ 41.43 22.08 2.43 -
YUV 95.51 80.88 241.04 -
System Red Green Blue C M Y K H S L
Decimal 254 31 12 0 0.88 0.95 0.00 4.71 0.99 0.52
Hex FE 1F C 0 58 5F 0 5 63 34
Octal 376 37 14 0 130 137 0 5 143 64
Binary 11111110 11111 1100 0 1011000 1011111 0 101 1100011 110100

Color Harmonies of #FE1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F0C

Black with #FE1F0C

Text Example


Text Example

White with #FE1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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