Html Css Color HEX #FE1706 Scarlet

📋 copy color: '#FE1706'

red 254 ◦ green 23 ◦ blue 6

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

Shades of Scarlet #FE1706

Tints of Scarlet #FE1706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.13%

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

R = 89.75%
G = 8.13%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE1706 (or 0xFE1706) is known color: Scarlet. HEX triplet: FE, 17 and 06. RGB value is (254,23,6). Sum of RGB (Red+Green+Blue) = 254+23+6=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1706 is #01E8F9. Grayscale: #5A5A5A. Windows color (decimal): -125178 or 399358. OLE color: 399358.

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

Color convert

RGB 254 23 6 -
CMYK 0 0.91 0.98 0.00
HSL 4.11º 0.99% 0.51% -
HSV(B) 4.11º 0.98% 1% -
XYZ 41.21 21.7 2.19 -
YUV 90.13 80.53 244.88 -
System Red Green Blue C M Y K H S L
Decimal 254 23 6 0 0.91 0.98 0.00 4.11 0.99 0.51
Hex FE 17 6 0 5B 62 0 4 63 33
Octal 376 27 6 0 133 142 0 4 143 63
Binary 11111110 10111 110 0 1011011 1100010 0 100 1100011 110011

Color Harmonies of #FE1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1706

Black with #FE1706

Text Example


Text Example

White with #FE1706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1706; }

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

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

background-color css

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

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

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

border-color css

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

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

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