Html Css Color HEX #FE2214 Scarlet

📋 copy color: '#FE2214'

red 254 ◦ green 34 ◦ blue 20

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

Shades of Scarlet #FE2214

Tints of Scarlet #FE2214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.04%

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 82.47%
G = 11.04%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2214 (or 0xFE2214) is known color: Scarlet. HEX triplet: FE, 22 and 14. RGB value is (254,34,20). Sum of RGB (Red+Green+Blue) = 254+34+20=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2214 is #01DDEB. Grayscale: #626262. Windows color (decimal): -122348 or 1319678. OLE color: 1319678.

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

Color convert

RGB 254 34 20 -
CMYK 0 0.87 0.92 0.00
HSL 3.59º 0.99% 0.54% -
HSV(B) 3.59º 0.92% 1% -
XYZ 41.57 22.27 2.77 -
YUV 98.18 83.89 239.14 -
System Red Green Blue C M Y K H S L
Decimal 254 34 20 0 0.87 0.92 0.00 3.59 0.99 0.54
Hex FE 22 14 0 57 5C 0 4 63 36
Octal 376 42 24 0 127 134 0 4 143 66
Binary 11111110 100010 10100 0 1010111 1011100 0 100 1100011 110110

Color Harmonies of #FE2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2214

Black with #FE2214

Text Example


Text Example

White with #FE2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2214; }

 p { color: rgb(254,34,20); }

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

background-color css

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

 a { background-color: rgb(254,34,20); }

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

border-color css

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

 span { border-color: rgb(254,34,20); }

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