Html Css Color HEX #FE1615 Scarlet

📋 copy color: '#FE1615'

red 254 ◦ green 22 ◦ blue 21

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

Shades of Scarlet #FE1615

Tints of Scarlet #FE1615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 85.52%
G = 7.41%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE1615 (or 0xFE1615) is known color: Scarlet. HEX triplet: FE, 16 and 15. RGB value is (254,22,21). Sum of RGB (Red+Green+Blue) = 254+22+21=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1615 is #01E9EA. Grayscale: #5B5B5B. Windows color (decimal): -125419 or 1382142. OLE color: 1382142.

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

Color convert

RGB 254 22 21 -
CMYK 0 0.91 0.92 0.00
HSL 0.26º 0.99% 0.54% -
HSV(B) 0.26º 0.92% 1% -
XYZ 41.3 21.7 2.72 -
YUV 91.25 88.36 244.08 -
System Red Green Blue C M Y K H S L
Decimal 254 22 21 0 0.91 0.92 0.00 0.26 0.99 0.54
Hex FE 16 15 0 5B 5C 0 0 63 36
Octal 376 26 25 0 133 134 0 0 143 66
Binary 11111110 10110 10101 0 1011011 1011100 0 0 1100011 110110

Color Harmonies of #FE1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1615

Black with #FE1615

Text Example


Text Example

White with #FE1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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