Html Css Color HEX #FE2312 Scarlet

📋 copy color: '#FE2312'

red 254 ◦ green 35 ◦ blue 18

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

Shades of Scarlet #FE2312

Tints of Scarlet #FE2312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 82.74%
G = 11.4%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE2312 (or 0xFE2312) is known color: Scarlet. HEX triplet: FE, 23 and 12. RGB value is (254,35,18). Sum of RGB (Red+Green+Blue) = 254+35+18=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2312 is #01DCED. Grayscale: #626262. Windows color (decimal): -122094 or 1188862. OLE color: 1188862.

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

Color convert

RGB 254 35 18 -
CMYK 0 0.86 0.93 0.00
HSL 4.32º 0.99% 0.53% -
HSV(B) 4.32º 0.93% 1% -
XYZ 41.58 22.32 2.69 -
YUV 98.54 82.55 238.88 -
System Red Green Blue C M Y K H S L
Decimal 254 35 18 0 0.86 0.93 0.00 4.32 0.99 0.53
Hex FE 23 12 0 56 5D 0 4 63 35
Octal 376 43 22 0 126 135 0 4 143 65
Binary 11111110 100011 10010 0 1010110 1011101 0 100 1100011 110101

Color Harmonies of #FE2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2312

Black with #FE2312

Text Example


Text Example

White with #FE2312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2312; }

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

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

background-color css

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

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

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

border-color css

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

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

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