Html Css Color HEX #FE2005 Scarlet

📋 copy color: '#FE2005'

red 254 ◦ green 32 ◦ blue 5

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

Shades of Scarlet #FE2005

Tints of Scarlet #FE2005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 87.29%
G = 11%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE2005 (or 0xFE2005) is known color: Scarlet. HEX triplet: FE, 20 and 05. RGB value is (254,32,5). Sum of RGB (Red+Green+Blue) = 254+32+5=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2005 is #01DFFA. Grayscale: #5F5F5F. Windows color (decimal): -122875 or 336126. OLE color: 336126.

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

Color convert

RGB 254 32 5 -
CMYK 0 0.87 0.98 0.00
HSL 6.51º 0.99% 0.51% -
HSV(B) 6.51º 0.98% 1% -
XYZ 41.42 22.11 2.23 -
YUV 95.3 77.05 241.2 -
System Red Green Blue C M Y K H S L
Decimal 254 32 5 0 0.87 0.98 0.00 6.51 0.99 0.51
Hex FE 20 5 0 57 62 0 7 63 33
Octal 376 40 5 0 127 142 0 7 143 63
Binary 11111110 100000 101 0 1010111 1100010 0 111 1100011 110011

Color Harmonies of #FE2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2005

Black with #FE2005

Text Example


Text Example

White with #FE2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2005; }

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

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

background-color css

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

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

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

border-color css

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

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

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