Html Css Color HEX #FF150F Scarlet

📋 copy color: '#FF150F'

red 255 ◦ green 21 ◦ blue 15

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

Shades of Scarlet #FF150F

Tints of Scarlet #FF150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 87.63%
G = 7.22%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF150F (or 0xFF150F) is known color: Scarlet. HEX triplet: FF, 15 and 0F. RGB value is (255,21,15). Sum of RGB (Red+Green+Blue) = 255+21+15=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF150F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF150F is #00EAF0. Grayscale: #5A5A5A. Windows color (decimal): -60145 or 988671. OLE color: 988671.

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

Color convert

RGB 255 21 15 -
CMYK 0 0.92 0.94 0
HSL 1.5º 1% 0.53% -
HSV(B) 1.5º 0.94% 1% -
XYZ 41.59 21.83 2.47 -
YUV 90.28 85.52 245.49 -
System Red Green Blue C M Y K H S L
Decimal 255 21 15 0 0.92 0.94 0 1.5 1 0.53
Hex FF 15 F 0 5C 5E 0 2 64 35
Octal 377 25 17 0 134 136 0 2 144 65
Binary 11111111 10101 1111 0 1011100 1011110 0 10 1100100 110101

Color Harmonies of #FF150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF150F

Black with #FF150F

Text Example


Text Example

White with #FF150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF150F; }

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

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

background-color css

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

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

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

border-color css

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

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

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