Html Css Color HEX #FF160D Scarlet

📋 copy color: '#FF160D'

red 255 ◦ green 22 ◦ blue 13

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

Shades of Scarlet #FF160D

Tints of Scarlet #FF160D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 87.93%
G = 7.59%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF160D (or 0xFF160D) is known color: Scarlet. HEX triplet: FF, 16 and 0D. RGB value is (255,22,13). Sum of RGB (Red+Green+Blue) = 255+22+13=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF160D is #00E9F2. Grayscale: #5A5A5A. Windows color (decimal): -59891 or 857855. OLE color: 857855.

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

Color convert

RGB 255 22 13 -
CMYK 0 0.91 0.95 0
HSL 2.23º 1% 0.53% -
HSV(B) 2.23º 0.95% 1% -
XYZ 41.6 21.86 2.41 -
YUV 90.64 84.19 245.23 -
System Red Green Blue C M Y K H S L
Decimal 255 22 13 0 0.91 0.95 0 2.23 1 0.53
Hex FF 16 D 0 5B 5F 0 2 64 35
Octal 377 26 15 0 133 137 0 2 144 65
Binary 11111111 10110 1101 0 1011011 1011111 0 10 1100100 110101

Color Harmonies of #FF160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF160D

Black with #FF160D

Text Example


Text Example

White with #FF160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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