Html Css Color HEX #FE2614 Scarlet

📋 copy color: '#FE2614'

red 254 ◦ green 38 ◦ blue 20

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

Shades of Scarlet #FE2614

Tints of Scarlet #FE2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 81.41%
G = 12.18%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2614 (or 0xFE2614) is known color: Scarlet. HEX triplet: FE, 26 and 14. RGB value is (254,38,20). Sum of RGB (Red+Green+Blue) = 254+38+20=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2614 is #01D9EB. Grayscale: #646464. Windows color (decimal): -121324 or 1320702. OLE color: 1320702.

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

Color convert

RGB 254 38 20 -
CMYK 0 0.85 0.92 0.00
HSL 4.62º 0.99% 0.54% -
HSV(B) 4.62º 0.92% 1% -
XYZ 41.69 22.51 2.81 -
YUV 100.53 82.56 237.46 -
System Red Green Blue C M Y K H S L
Decimal 254 38 20 0 0.85 0.92 0.00 4.62 0.99 0.54
Hex FE 26 14 0 55 5C 0 5 63 36
Octal 376 46 24 0 125 134 0 5 143 66
Binary 11111110 100110 10100 0 1010101 1011100 0 101 1100011 110110

Color Harmonies of #FE2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2614

Black with #FE2614

Text Example


Text Example

White with #FE2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2614; }

 p { color: rgb(254,38,20); }

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

background-color css

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

 a { background-color: rgb(254,38,20); }

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

border-color css

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

 span { border-color: rgb(254,38,20); }

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