Html Css Color HEX #FE160F Scarlet

📋 copy color: '#FE160F'

red 254 ◦ green 22 ◦ blue 15

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

Shades of Scarlet #FE160F

Tints of Scarlet #FE160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 87.29%
G = 7.56%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE160F (or 0xFE160F) is known color: Scarlet. HEX triplet: FE, 16 and 0F. RGB value is (254,22,15). Sum of RGB (Red+Green+Blue) = 254+22+15=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE160F is #01E9F0. Grayscale: #5A5A5A. Windows color (decimal): -125425 or 988926. OLE color: 988926.

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

Color convert

RGB 254 22 15 -
CMYK 0 0.91 0.94 0.00
HSL 1.76º 0.99% 0.53% -
HSV(B) 1.76º 0.94% 1% -
XYZ 41.25 21.68 2.46 -
YUV 90.57 85.36 244.57 -
System Red Green Blue C M Y K H S L
Decimal 254 22 15 0 0.91 0.94 0.00 1.76 0.99 0.53
Hex FE 16 F 0 5B 5E 0 2 63 35
Octal 376 26 17 0 133 136 0 2 143 65
Binary 11111110 10110 1111 0 1011011 1011110 0 10 1100011 110101

Color Harmonies of #FE160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE160F

Black with #FE160F

Text Example


Text Example

White with #FE160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE160F; }

 p { color: rgb(254,22,15); }

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

background-color css

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

 a { background-color: rgb(254,22,15); }

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

border-color css

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

 span { border-color: rgb(254,22,15); }

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