Html Css Color HEX #FE2317 Scarlet

📋 copy color: '#FE2317'

red 254 ◦ green 35 ◦ blue 23

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

Shades of Scarlet #FE2317

Tints of Scarlet #FE2317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 81.41%
G = 11.22%
B = 7.37%

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

#FE2317 (or 0xFE2317) is known color: Scarlet. HEX triplet: FE, 23 and 17. RGB value is (254,35,23). Sum of RGB (Red+Green+Blue) = 254+35+23=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2317 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2317 is #01DCE8. Grayscale: #636363. Windows color (decimal): -122089 or 1516542. OLE color: 1516542.

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

Color convert

RGB 254 35 23 -
CMYK 0 0.86 0.91 0.00
HSL 3.12º 0.99% 0.54% -
HSV(B) 3.12º 0.91% 1% -
XYZ 41.63 22.33 2.93 -
YUV 99.11 85.05 238.48 -
System Red Green Blue C M Y K H S L
Decimal 254 35 23 0 0.86 0.91 0.00 3.12 0.99 0.54
Hex FE 23 17 0 56 5B 0 3 63 36
Octal 376 43 27 0 126 133 0 3 143 66
Binary 11111110 100011 10111 0 1010110 1011011 0 11 1100011 110110

Color Harmonies of #FE2317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2317

Black with #FE2317

Text Example


Text Example

White with #FE2317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2317; }

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

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

background-color css

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

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

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

border-color css

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

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

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