Html Css Color HEX #FE2604 Scarlet

📋 copy color: '#FE2604'

red 254 ◦ green 38 ◦ blue 4

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

Shades of Scarlet #FE2604

Tints of Scarlet #FE2604

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 85.81%
G = 12.84%
B = 1.35%

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

#FE2604 (or 0xFE2604) is known color: Scarlet. HEX triplet: FE, 26 and 04. RGB value is (254,38,4). Sum of RGB (Red+Green+Blue) = 254+38+4=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2604 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2604 is #01D9FB. Grayscale: #636363. Windows color (decimal): -121340 or 272126. OLE color: 272126.

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

Color convert

RGB 254 38 4 -
CMYK 0 0.85 0.98 0.00
HSL 8.16º 0.99% 0.51% -
HSV(B) 8.16º 0.98% 1% -
XYZ 41.59 22.47 2.26 -
YUV 98.71 74.56 238.76 -
System Red Green Blue C M Y K H S L
Decimal 254 38 4 0 0.85 0.98 0.00 8.16 0.99 0.51
Hex FE 26 4 0 55 62 0 8 63 33
Octal 376 46 4 0 125 142 0 10 143 63
Binary 11111110 100110 100 0 1010101 1100010 0 1000 1100011 110011

Color Harmonies of #FE2604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2604

Black with #FE2604

Text Example


Text Example

White with #FE2604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2604; }

 p { color: rgb(254,38,4); }

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

background-color css

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

 a { background-color: rgb(254,38,4); }

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

border-color css

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

 span { border-color: rgb(254,38,4); }

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