Html Css Color HEX #FF150D Scarlet

📋 copy color: '#FF150D'

red 255 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #FF150D

Tints of Scarlet #FF150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 88.24%
G = 7.27%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF150D (or 0xFF150D) is known color: Scarlet. HEX triplet: FF, 15 and 0D. RGB value is (255,21,13). Sum of RGB (Red+Green+Blue) = 255+21+13=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF150D is #00EAF2. Grayscale: #5A5A5A. Windows color (decimal): -60147 or 857599. OLE color: 857599.

HSL color Cylindrical-coordinate representation of color #FF150D: hue angle of 1.98º 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 #FF150D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 21 13 -
CMYK 0 0.92 0.95 0
HSL 1.98º 1% 0.53% -
HSV(B) 1.98º 0.95% 1% -
XYZ 41.58 21.83 2.4 -
YUV 90.05 84.52 245.65 -
System Red Green Blue C M Y K H S L
Decimal 255 21 13 0 0.92 0.95 0 1.98 1 0.53
Hex FF 15 D 0 5C 5F 0 2 64 35
Octal 377 25 15 0 134 137 0 2 144 65
Binary 11111111 10101 1101 0 1011100 1011111 0 10 1100100 110101

Color Harmonies of #FF150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF150D

Black with #FF150D

Text Example


Text Example

White with #FF150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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