Html Css Color HEX #FF1616 Scarlet

📋 copy color: '#FF1616'

red 255 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #FF1616

Tints of Scarlet #FF1616

RGB

 RED value IS 255 (100% from 255) = 85.28%

 GREEN value IS 22 (8.98% from 255) = 7.36%

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 85.28%
G = 7.36%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF1616 (or 0xFF1616) is known color: Scarlet. HEX triplet: FF, 16 and 16. RGB value is (255,22,22). Sum of RGB (Red+Green+Blue) = 255+22+22=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1616 is #00E9E9. Grayscale: #5B5B5B. Windows color (decimal): -59882 or 1447679. OLE color: 1447679.

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

Color convert

RGB 255 22 22 -
CMYK 0 0.91 0.91 0
HSL 1% 0.54% -
HSV(B) 0.91% 1% -
XYZ 41.67 21.89 2.79 -
YUV 91.67 88.69 244.5 -
System Red Green Blue C M Y K H S L
Decimal 255 22 22 0 0.91 0.91 0 0 1 0.54
Hex FF 16 16 0 5B 5B 0 0 64 36
Octal 377 26 26 0 133 133 0 0 144 66
Binary 11111111 10110 10110 0 1011011 1011011 0 0 1100100 110110

Color Harmonies of #FF1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1616

Black with #FF1616

Text Example


Text Example

White with #FF1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1616; }

 p { color: rgb(255,22,22); }

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

background-color css

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

 a { background-color: rgb(255,22,22); }

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

border-color css

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

 span { border-color: rgb(255,22,22); }

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