Html Css Color HEX #FF1506 Scarlet

📋 copy color: '#FF1506'

red 255 ◦ green 21 ◦ blue 6

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

Shades of Scarlet #FF1506

Tints of Scarlet #FF1506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 90.43%
G = 7.45%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF1506 (or 0xFF1506) is known color: Scarlet. HEX triplet: FF, 15 and 06. RGB value is (255,21,6). Sum of RGB (Red+Green+Blue) = 255+21+6=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1506 is #00EAF9. Grayscale: #595959. Windows color (decimal): -60154 or 398847. OLE color: 398847.

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

Color convert

RGB 255 21 6 -
CMYK 0 0.92 0.98 0
HSL 3.61º 1% 0.51% -
HSV(B) 3.61º 0.98% 1% -
XYZ 41.54 21.81 2.19 -
YUV 89.26 81.02 246.22 -
System Red Green Blue C M Y K H S L
Decimal 255 21 6 0 0.92 0.98 0 3.61 1 0.51
Hex FF 15 6 0 5C 62 0 4 64 33
Octal 377 25 6 0 134 142 0 4 144 63
Binary 11111111 10101 110 0 1011100 1100010 0 100 1100100 110011

Color Harmonies of #FF1506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1506

Black with #FF1506

Text Example


Text Example

White with #FF1506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1506; }

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

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

background-color css

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

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

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

border-color css

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

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

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