Html Css Color HEX #FE1D19 Scarlet

📋 copy color: '#FE1D19'

red 254 ◦ green 29 ◦ blue 25

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

Shades of Scarlet #FE1D19

Tints of Scarlet #FE1D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.42%

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

R = 82.47%
G = 9.42%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE1D19 (or 0xFE1D19) is known color: Scarlet. HEX triplet: FE, 1D and 19. RGB value is (254,29,25). Sum of RGB (Red+Green+Blue) = 254+29+25=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1D19 is #01E2E6. Grayscale: #606060. Windows color (decimal): -123623 or 1646078. OLE color: 1646078.

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

Color convert

RGB 254 29 25 -
CMYK 0 0.89 0.90 0.00
HSL 1.05º 0.99% 0.55% -
HSV(B) 1.05º 0.9% 1% -
XYZ 41.49 22.02 2.98 -
YUV 95.82 88.04 240.83 -
System Red Green Blue C M Y K H S L
Decimal 254 29 25 0 0.89 0.90 0.00 1.05 0.99 0.55
Hex FE 1D 19 0 59 5A 0 1 63 37
Octal 376 35 31 0 131 132 0 1 143 67
Binary 11111110 11101 11001 0 1011001 1011010 0 1 1100011 110111

Color Harmonies of #FE1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1D19

Black with #FE1D19

Text Example


Text Example

White with #FE1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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