Html Css Color HEX #FE2106 Scarlet

📋 copy color: '#FE2106'

red 254 ◦ green 33 ◦ blue 6

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

Shades of Scarlet #FE2106

Tints of Scarlet #FE2106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 6 (2.73% from 255) = 2.05%

R = 86.69%
G = 11.26%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE2106 (or 0xFE2106) is known color: Scarlet. HEX triplet: FE, 21 and 06. RGB value is (254,33,6). Sum of RGB (Red+Green+Blue) = 254+33+6=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2106 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2106 is #01DEF9. Grayscale: #606060. Windows color (decimal): -122618 or 401918. OLE color: 401918.

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

Color convert

RGB 254 33 6 -
CMYK 0 0.87 0.98 0.00
HSL 6.53º 0.99% 0.51% -
HSV(B) 6.53º 0.98% 1% -
XYZ 41.45 22.17 2.27 -
YUV 96 77.22 240.7 -
System Red Green Blue C M Y K H S L
Decimal 254 33 6 0 0.87 0.98 0.00 6.53 0.99 0.51
Hex FE 21 6 0 57 62 0 7 63 33
Octal 376 41 6 0 127 142 0 7 143 63
Binary 11111110 100001 110 0 1010111 1100010 0 111 1100011 110011

Color Harmonies of #FE2106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2106

Black with #FE2106

Text Example


Text Example

White with #FE2106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2106; }

 p { color: rgb(254,33,6); }

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

background-color css

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

 a { background-color: rgb(254,33,6); }

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

border-color css

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

 span { border-color: rgb(254,33,6); }

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