Html Css Color HEX #FE2D18 Scarlet

📋 copy color: '#FE2D18'

red 254 ◦ green 45 ◦ blue 24

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

Shades of Scarlet #FE2D18

Tints of Scarlet #FE2D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.93%

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

R = 78.64%
G = 13.93%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE2D18 (or 0xFE2D18) is known color: Scarlet. HEX triplet: FE, 2D and 18. RGB value is (254,45,24). Sum of RGB (Red+Green+Blue) = 254+45+24=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2D18 is #01D2E7. Grayscale: #696969. Windows color (decimal): -119528 or 1584638. OLE color: 1584638.

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

Color convert

RGB 254 45 24 -
CMYK 0 0.82 0.91 0.00
HSL 5.48º 0.99% 0.55% -
HSV(B) 5.48º 0.91% 1% -
XYZ 41.98 23.01 3.09 -
YUV 105.1 82.24 234.21 -
System Red Green Blue C M Y K H S L
Decimal 254 45 24 0 0.82 0.91 0.00 5.48 0.99 0.55
Hex FE 2D 18 0 52 5B 0 5 63 37
Octal 376 55 30 0 122 133 0 5 143 67
Binary 11111110 101101 11000 0 1010010 1011011 0 101 1100011 110111

Color Harmonies of #FE2D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D18

Black with #FE2D18

Text Example


Text Example

White with #FE2D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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