Html Css Color HEX #FE2318 Scarlet

📋 copy color: '#FE2318'

red 254 ◦ green 35 ◦ blue 24

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

Shades of Scarlet #FE2318

Tints of Scarlet #FE2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

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

R = 81.15%
G = 11.18%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE2318 (or 0xFE2318) is known color: Scarlet. HEX triplet: FE, 23 and 18. RGB value is (254,35,24). Sum of RGB (Red+Green+Blue) = 254+35+24=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2318 is #01DCE7. Grayscale: #636363. Windows color (decimal): -122088 or 1582078. OLE color: 1582078.

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

Color convert

RGB 254 35 24 -
CMYK 0 0.86 0.91 0.00
HSL 2.87º 0.99% 0.55% -
HSV(B) 2.87º 0.91% 1% -
XYZ 41.64 22.34 2.98 -
YUV 99.23 85.55 238.39 -
System Red Green Blue C M Y K H S L
Decimal 254 35 24 0 0.86 0.91 0.00 2.87 0.99 0.55
Hex FE 23 18 0 56 5B 0 3 63 37
Octal 376 43 30 0 126 133 0 3 143 67
Binary 11111110 100011 11000 0 1010110 1011011 0 11 1100011 110111

Color Harmonies of #FE2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2318

Black with #FE2318

Text Example


Text Example

White with #FE2318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2318; }

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

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

background-color css

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

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

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

border-color css

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

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

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