Html Css Color HEX #FE1405 Scarlet

📋 copy color: '#FE1405'

red 254 ◦ green 20 ◦ blue 5

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

Shades of Scarlet #FE1405

Tints of Scarlet #FE1405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 91.04%
G = 7.17%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE1405 (or 0xFE1405) is known color: Scarlet. HEX triplet: FE, 14 and 05. RGB value is (254,20,5). Sum of RGB (Red+Green+Blue) = 254+20+5=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1405 is #01EBFA. Grayscale: #585858. Windows color (decimal): -125947 or 333054. OLE color: 333054.

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

Color convert

RGB 254 20 5 -
CMYK 0 0.92 0.98 0.00
HSL 3.61º 0.99% 0.51% -
HSV(B) 3.61º 0.98% 1% -
XYZ 41.15 21.58 2.14 -
YUV 88.26 81.02 246.22 -
System Red Green Blue C M Y K H S L
Decimal 254 20 5 0 0.92 0.98 0.00 3.61 0.99 0.51
Hex FE 14 5 0 5C 62 0 4 63 33
Octal 376 24 5 0 134 142 0 4 143 63
Binary 11111110 10100 101 0 1011100 1100010 0 100 1100011 110011

Color Harmonies of #FE1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1405

Black with #FE1405

Text Example


Text Example

White with #FE1405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1405; }

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

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

background-color css

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

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

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

border-color css

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

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

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