Html Css Color HEX #FF1D15 Scarlet

📋 copy color: '#FF1D15'

red 255 ◦ green 29 ◦ blue 21

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

Shades of Scarlet #FF1D15

Tints of Scarlet #FF1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

 BLUE value IS 21 (8.59% from 255) = 6.89%

R = 83.61%
G = 9.51%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF1D15 (or 0xFF1D15) is known color: Scarlet. HEX triplet: FF, 1D and 15. RGB value is (255,29,21). Sum of RGB (Red+Green+Blue) = 255+29+21=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1D15 is #00E2EA. Grayscale: #5F5F5F. Windows color (decimal): -58091 or 1383935. OLE color: 1383935.

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

Color convert

RGB 255 29 21 -
CMYK 0 0.89 0.92 0
HSL 2.05º 1% 0.54% -
HSV(B) 2.05º 0.92% 1% -
XYZ 41.81 22.19 2.79 -
YUV 95.66 85.87 241.65 -
System Red Green Blue C M Y K H S L
Decimal 255 29 21 0 0.89 0.92 0 2.05 1 0.54
Hex FF 1D 15 0 59 5C 0 2 64 36
Octal 377 35 25 0 131 134 0 2 144 66
Binary 11111111 11101 10101 0 1011001 1011100 0 10 1100100 110110

Color Harmonies of #FF1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D15

Black with #FF1D15

Text Example


Text Example

White with #FF1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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