Html Css Color HEX #FE2718 Scarlet

📋 copy color: '#FE2718'

red 254 ◦ green 39 ◦ blue 24

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

Shades of Scarlet #FE2718

Tints of Scarlet #FE2718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 80.13%
G = 12.3%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE2718 (or 0xFE2718) is known color: Scarlet. HEX triplet: FE, 27 and 18. RGB value is (254,39,24). Sum of RGB (Red+Green+Blue) = 254+39+24=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2718 is #01D8E7. Grayscale: #656565. Windows color (decimal): -121064 or 1583102. OLE color: 1583102.

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

Color convert

RGB 254 39 24 -
CMYK 0 0.85 0.91 0.00
HSL 3.91º 0.99% 0.55% -
HSV(B) 3.91º 0.91% 1% -
XYZ 41.76 22.59 3.02 -
YUV 101.58 84.23 236.72 -
System Red Green Blue C M Y K H S L
Decimal 254 39 24 0 0.85 0.91 0.00 3.91 0.99 0.55
Hex FE 27 18 0 55 5B 0 4 63 37
Octal 376 47 30 0 125 133 0 4 143 67
Binary 11111110 100111 11000 0 1010101 1011011 0 100 1100011 110111

Color Harmonies of #FE2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2718

Black with #FE2718

Text Example


Text Example

White with #FE2718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2718; }

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

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

background-color css

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

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

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

border-color css

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

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

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