Html Css Color HEX #FE2419 Scarlet

📋 copy color: '#FE2419'

red 254 ◦ green 36 ◦ blue 25

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

Shades of Scarlet #FE2419

Tints of Scarlet #FE2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 80.63%
G = 11.43%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE2419 (or 0xFE2419) is known color: Scarlet. HEX triplet: FE, 24 and 19. RGB value is (254,36,25). Sum of RGB (Red+Green+Blue) = 254+36+25=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2419 is #01DBE6. Grayscale: #646464. Windows color (decimal): -121831 or 1647870. OLE color: 1647870.

HSL color Cylindrical-coordinate representation of color #FE2419: hue angle of 2.88º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE2419 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 36 25 -
CMYK 0 0.86 0.90 0.00
HSL 2.88º 0.99% 0.55% -
HSV(B) 2.88º 0.9% 1% -
XYZ 41.68 22.4 3.05 -
YUV 99.93 85.72 237.89 -
System Red Green Blue C M Y K H S L
Decimal 254 36 25 0 0.86 0.90 0.00 2.88 0.99 0.55
Hex FE 24 19 0 56 5A 0 3 63 37
Octal 376 44 31 0 126 132 0 3 143 67
Binary 11111110 100100 11001 0 1010110 1011010 0 11 1100011 110111

Color Harmonies of #FE2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2419

Black with #FE2419

Text Example


Text Example

White with #FE2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2419; }

 p { color: rgb(254,36,25); }

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

background-color css

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

 a { background-color: rgb(254,36,25); }

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

border-color css

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

 span { border-color: rgb(254,36,25); }

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