Html Css Color HEX #FE2705 Scarlet

📋 copy color: '#FE2705'

red 254 ◦ green 39 ◦ blue 5

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

Shades of Scarlet #FE2705

Tints of Scarlet #FE2705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

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

R = 85.23%
G = 13.09%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE2705 (or 0xFE2705) is known color: Scarlet. HEX triplet: FE, 27 and 05. RGB value is (254,39,5). Sum of RGB (Red+Green+Blue) = 254+39+5=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2705 is #01D8FA. Grayscale: #636363. Windows color (decimal): -121083 or 337918. OLE color: 337918.

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

Color convert

RGB 254 39 5 -
CMYK 0 0.85 0.98 0.00
HSL 8.19º 0.99% 0.51% -
HSV(B) 8.19º 0.98% 1% -
XYZ 41.63 22.53 2.3 -
YUV 99.41 74.73 238.26 -
System Red Green Blue C M Y K H S L
Decimal 254 39 5 0 0.85 0.98 0.00 8.19 0.99 0.51
Hex FE 27 5 0 55 62 0 8 63 33
Octal 376 47 5 0 125 142 0 10 143 63
Binary 11111110 100111 101 0 1010101 1100010 0 1000 1100011 110011

Color Harmonies of #FE2705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2705

Black with #FE2705

Text Example


Text Example

White with #FE2705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2705; }

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

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

background-color css

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

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

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

border-color css

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

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

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